Skip to content

Commit

Permalink
Use codecov action 3.1.6 to fix node version deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed May 5, 2024
1 parent f502fae commit 078ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::remove-matcher owner=phpunit::"
- name: Codecov upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3.1.6
with:
files: ./build/phpunit/cov.xml
flags: php
Expand Down

0 comments on commit 078ae3b

Please sign in to comment.