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 460086d commit 7556a2cCopy full SHA for 7556a2c
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
run: python -m build
35
36
- name: Store the distribution packages
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: python-package-distributions
40
path: dist/
@@ -52,7 +52,7 @@ jobs:
52
id-token: write
53
steps:
54
- name: Download all the dists
55
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
56
57
58
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments