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 efb45aa commit 259b86eCopy full SHA for 259b86e
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: >-
25
python setup.py sdist bdist_wheel
26
- name: ⬆ Upload build result
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: dist
30
path: dist
@@ -59,7 +59,7 @@ jobs:
59
id-token: write
60
steps:
61
- name: ⬇ Download build result
62
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
63
64
65
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
0 commit comments