diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56b9637fb..8b807b6f2 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 b8e448e08..23146c39f 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