We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfd8ff commit 21d7266Copy full SHA for 21d7266
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
poetry build
100
- name: Upload wheels
101
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
102
if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
103
with:
104
name: dist
@@ -110,7 +110,7 @@ jobs:
110
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
111
needs: [lint, test]
112
steps:
113
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
114
115
116
path: dist
0 commit comments