We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b95ec0 commit c4a914bCopy full SHA for c4a914b
1 file changed
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
run: maturin build --release --target ${{ matrix.target }} --out dist
153
154
- name: Upload Wheels
155
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
156
with:
157
name: wheels-${{ matrix.name }}
158
path: dist/*.whl
@@ -173,7 +173,7 @@ jobs:
173
174
steps:
175
- name: Download All Wheels
176
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
177
178
path: dist
179
0 commit comments