We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5b0ab commit c67eee8Copy full SHA for c67eee8
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
mv dist/*.whl wheelhouse/
32
33
- name: Upload artifact
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
35
with:
36
name: wheels
37
path: ./wheelhouse/*.whl
@@ -42,7 +42,7 @@ jobs:
42
if: github.event.pull_request.merged == true || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
43
steps:
44
- name: Download wheels
45
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
46
47
48
path: dist/
0 commit comments