Skip to content

Commit fc00657

Browse files
chore(deps): update codecov/codecov-action action to v5 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1319f3 commit fc00657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yaml

Lines changed: 1 addition & 1 deletion
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@v4
33+
- uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3636
files: build/logs/clover.xml # optional

0 commit comments

Comments
 (0)