Skip to content

Commit

Permalink
 Pin codecov/codecov-action to v3.1.6
Browse files Browse the repository at this point in the history
This is the only version in the v3 series to use a non-EOL NodeJS
runtime.
Ref: #74 (comment)

We can't yet upgrade to v4 due to its API changes.

Co-Authored-By: Felix Fontein <felix@fontein.de>
  • Loading branch information
webknjaz and felixfontein committed Apr 7, 2024
1 parent 3603bba commit 7d847f9
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 @@ -673,7 +673,7 @@ runs:
Send the coverage data over to
https://codecov.io/gh/${{ github.repository }}
if: steps.ansible-test-command.outputs.has-coverage == 'true'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3.1.6
with:
files: >-
${{
Expand Down

0 comments on commit 7d847f9

Please sign in to comment.