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 e722cf8 commit 193a8dfCopy full SHA for 193a8df
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build a binary wheel and a source tarball
26
run: python3 -m build
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: python-package-distributions
31
path: dist/
@@ -42,7 +42,7 @@ jobs:
42
id-token: write # IMPORTANT: mandatory for trusted publishing
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
47
48
0 commit comments