Skip to content

Commit

Permalink
Switch to [email protected] which uses Node 20 until @v4 gets usa…
Browse files Browse the repository at this point in the history
…ble.
  • Loading branch information
felixfontein committed Feb 22, 2024
1 parent f46f431 commit 9d488c8
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 9d488c8

Please sign in to comment.