We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e7917 commit fd36baaCopy full SHA for fd36baa
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Create the package tarball
35
run: devenv shell build
36
- name: Store the distribution packages
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
with:
39
name: python-package-distributions
40
path: dist/
@@ -52,7 +52,7 @@ jobs:
52
id-token: write # IMPORTANT: mandatory for trusted publishing
53
steps:
54
- name: Download all the dists
55
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
56
57
58
0 commit comments