Skip to content

Commit 5d6aa26

Browse files
Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#828)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessandro Lai <[email protected]>
1 parent 48407c3 commit 5d6aa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
9797

9898
- name: Upload code coverage
99-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
99+
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
100100
with:
101101
file: build/coverage-report.xml
102102
token: ${{ secrets.CODECOV_TOKEN }}
@@ -148,7 +148,7 @@ jobs:
148148
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
149149

150150
- name: Upload code coverage
151-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
151+
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
152152
with:
153153
file: build/coverage-report.xml
154154
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)