Skip to content

Commit

Permalink
feat(eth): Fix Rust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Sep 12, 2024
1 parent 0d3cadb commit d3bebad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ 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

# 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
Expand Down

0 comments on commit d3bebad

Please sign in to comment.