From d3bebad861a3d8811408e3f795402468eccfd57d Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Thu, 12 Sep 2024 14:23:53 +0200 Subject: [PATCH] feat(eth): Fix Rust CI --- .github/workflows/linux-ci-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-ci-rust.yml b/.github/workflows/linux-ci-rust.yml index 768af167d88..36d3e57931a 100644 --- a/.github/workflows/linux-ci-rust.yml +++ b/.github/workflows/linux-ci-rust.yml @@ -126,7 +126,7 @@ jobs: ./tools/release-size measure-rust > release-report.json - name: Upload release report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: release_report path: release-report.json @@ -134,7 +134,7 @@ jobs: # Download previous release report, compare the release binary sizes, and post/update a comment at the Pull Request. - name: Download previous release report if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: commit: ${{github.event.pull_request.base.sha}} path: previous