diff --git a/.github/workflows/cd-wheel.yml b/.github/workflows/cd-wheel.yml index c8edc27..a3a0000 100644 --- a/.github/workflows/cd-wheel.yml +++ b/.github/workflows/cd-wheel.yml @@ -192,7 +192,7 @@ jobs: working-directory: wheelhouse - id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "wheel-\ ${{ steps.bootstrap.outputs.mpiname }}-\ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d41d2a..266a9d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: sha256sum -b *.whl >> "$GITHUB_STEP_SUMMARY" echo '```' >> "$GITHUB_STEP_SUMMARY" working-directory: wheelhouse - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: wheelhouse path: wheelhouse/*.whl