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 639cb8e commit bfdb563Copy full SHA for bfdb563
.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
@@ -80,7 +80,7 @@ jobs:
80
id-token: write
81
steps:
82
- name: ⬇ Download build result
83
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
84
85
86
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
0 commit comments