Skip to content

Commit

Permalink
chore(core-deps): update codecov/codecov-action action to v5.3.0 (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 4e2caae commit 2c75a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ runs:
run: echo '::error title=Codecov enabled but no Codecov token provided::Please set the `codecov-token` input with the appropriate Codecov token'
- name: CodeCov
if: inputs.should-run-codecov == 'true'
uses: codecov/codecov-action@v5.2.0
uses: codecov/codecov-action@v5.3.0
with:
directory: ${{ inputs.codecov-directory }}
token: ${{ inputs.codecov-token }}
Expand Down

0 comments on commit 2c75a91

Please sign in to comment.