Skip to content

Commit 57ecf50

Browse files
chore(deps): update github artifact actions
1 parent 93d4cee commit 57ecf50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create the package tarball
3333
run: devenv shell build
3434
- name: Store the distribution packages
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: python-package-distributions
3838
path: dist/
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write # IMPORTANT: mandatory for trusted publishing
5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: python-package-distributions
5757
path: dist/

0 commit comments

Comments
 (0)