Skip to content

Commit f881b66

Browse files
Merge pull request #268 from liberu-automation/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 4e1339e + 1213ffa commit f881b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: vendor/bin/phpunit --coverage-clover=coverage.xml
4646

4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
files: ./coverage.xml

0 commit comments

Comments
 (0)