Skip to content

Commit

Permalink
Merge pull request #11 from felixfontein/codecov
Browse files Browse the repository at this point in the history
Switch to [email protected] which uses Node 20 until @v4 gets usable
  • Loading branch information
felixfontein authored Feb 22, 2024
2 parents f46f431 + 9d488c8 commit 569a022
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 @@ -628,7 +628,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.5
with:
files: >-
${{
Expand Down

0 comments on commit 569a022

Please sign in to comment.