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 18a9ccc commit 72e979aCopy full SHA for 72e979a
.github/workflows/cd-wheel.yml
@@ -192,7 +192,7 @@ jobs:
192
working-directory: wheelhouse
193
194
- id: upload
195
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
196
with:
197
name: "wheel-\
198
${{ steps.bootstrap.outputs.mpiname }}-\
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
sha256sum -b *.whl >> "$GITHUB_STEP_SUMMARY"
127
echo '```' >> "$GITHUB_STEP_SUMMARY"
128
129
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
130
131
name: wheelhouse
132
path: wheelhouse/*.whl
0 commit comments