diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ac33db7d..24277a8cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: fi rust-rewrite/tools/check_wheel_rust_backend.sh --wheel "$WHEEL" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}-3.${{ matrix.python }} path: ./wheelhouse/*.whl @@ -107,7 +107,7 @@ jobs: uses: ./.github/actions/setup-environment - name: Download All Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true diff --git a/.github/workflows/rust-rewrite-large-repos.yml b/.github/workflows/rust-rewrite-large-repos.yml index 9e6c2f9b4..ad131d1bf 100644 --- a/.github/workflows/rust-rewrite-large-repos.yml +++ b/.github/workflows/rust-rewrite-large-repos.yml @@ -80,7 +80,7 @@ jobs: - name: Upload large-repo reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-rewrite-large-repo-reports path: rust-rewrite/reports/*.json