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.
2 parents 9019535 + 18ad64c commit e72e189Copy full SHA for e72e189
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Create the package tarball
50
run: devenv shell build
51
- name: Store the distribution packages
52
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
53
with:
54
name: python-package-distributions
55
path: dist/
@@ -67,7 +67,7 @@ jobs:
67
id-token: write # IMPORTANT: mandatory for trusted publishing
68
steps:
69
- name: Download all the dists
70
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
71
72
73
0 commit comments