Skip to content

Commit

Permalink
ci: bump codecov-action to v4
Browse files Browse the repository at this point in the history
v3 uses Node 16 which is EOL
  • Loading branch information
turadg committed Apr 26, 2024
1 parent 203d4d7 commit 0401060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/post-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
fi
- name: Upload coverage reports to Codecov
if: ${{ github.repository_owner == 'agoric' }} && ${{ steps.coverage-prep.outputs.skip == 'false' }} && (success() || failure())
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
continue-on-error: true
with:
token: ${{ inputs.codecov-token }}

0 comments on commit 0401060

Please sign in to comment.