We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 420a212 + cede12b commit 1d93428Copy full SHA for 1d93428
1 file changed
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Create the package tarball
45
run: devenv shell build
46
- name: Store the distribution packages
47
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
48
with:
49
name: python-package-distributions
50
path: dist/
@@ -62,7 +62,7 @@ jobs:
62
id-token: write # IMPORTANT: mandatory for trusted publishing
63
steps:
64
- name: Download all the dists
65
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
66
67
68
0 commit comments