Skip to content

Commit 0c5f107

Browse files
authored
Merge pull request #1159 from lcobucci/renovate/codecov-codecov-action-7.x
Update codecov/codecov-action action to v7
2 parents ff50138 + 0a61478 commit 0c5f107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github"
4141

4242
- name: "Upload Code Coverage"
43-
uses: "codecov/codecov-action@v6.0.2"
43+
uses: "codecov/codecov-action@v7.0.0"
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)