Skip to content

Commit fd36baa

Browse files
chore(deps): update github artifact actions
1 parent c1e7917 commit fd36baa

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create the package tarball
3535
run: devenv shell build
3636
- name: Store the distribution packages
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: python-package-distributions
4040
path: dist/
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write # IMPORTANT: mandatory for trusted publishing
5353
steps:
5454
- name: Download all the dists
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v6
5656
with:
5757
name: python-package-distributions
5858
path: dist/

0 commit comments

Comments
 (0)