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 93d4cee commit 57ecf50Copy full SHA for 57ecf50
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create the package tarball
33
run: devenv shell build
34
- name: Store the distribution packages
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: python-package-distributions
38
path: dist/
@@ -51,7 +51,7 @@ jobs:
51
id-token: write # IMPORTANT: mandatory for trusted publishing
52
steps:
53
- name: Download all the dists
54
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
55
56
57
0 commit comments