Skip to content

Commit 0e22c76

Browse files
renovate[bot]pl-github
authored andcommitted
chore(deps): update codecov/codecov-action action to v4
1 parent 6a359b2 commit 0e22c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: composer install --prefer-dist --no-progress --no-suggest
3131
- run: php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
3232

33-
- uses: codecov/codecov-action@v3
33+
- uses: codecov/codecov-action@v4
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3636
files: build/logs/clover.xml # optional

0 commit comments

Comments
 (0)