Skip to content

Commit 25826eb

Browse files
chore(deps): update github artifact actions
1 parent 0403fe5 commit 25826eb

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create the package tarball
4545
run: devenv shell build
4646
- name: Store the distribution packages
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: python-package-distributions
5050
path: dist/
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write # IMPORTANT: mandatory for trusted publishing
6363
steps:
6464
- name: Download all the dists
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: python-package-distributions
6868
path: dist/

0 commit comments

Comments
 (0)