We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0403fe5 commit 25826ebCopy full SHA for 25826eb
.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