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 44db652 commit 262abceCopy full SHA for 262abce
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Create the package tarball
48
run: devenv shell build
49
- name: Store the distribution packages
50
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
51
with:
52
name: python-package-distributions
53
path: dist/
@@ -65,7 +65,7 @@ jobs:
65
id-token: write # IMPORTANT: mandatory for trusted publishing
66
steps:
67
- name: Download all the dists
68
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
69
70
71
0 commit comments