Skip to content

Commit

Permalink
update action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Dec 30, 2024
1 parent cfddac5 commit 2ed5b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,12 @@ jobs:
sudo chown -R $user:$user ${{ github.workspace }}/evmtest_coverage/coverage
- name: Upload coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ steps.changed-tests.outputs.tests_any_changed == 'true' }}
with:
name: coverage-diff-native
name: coverage-diff-native-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ github.workspace }}/evmtest_coverage/coverage
compression-level: 6 # Default compression level for optimal balance

- name: Verify coverage results
uses: addnab/docker-run-action@v3
Expand Down

0 comments on commit 2ed5b00

Please sign in to comment.