Skip to content

Commit bfae33a

Browse files
Update GitHub Artifact Actions (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69f128f commit bfae33a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
5454
- name: Upload distributions
55-
uses: actions/upload-artifact@v5
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: release-dists
5858
path: dist/
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Retrieve release distributions
81-
uses: actions/download-artifact@v6
81+
uses: actions/download-artifact@v7
8282
with:
8383
name: release-dists
8484
path: dist/

0 commit comments

Comments
 (0)