Skip to content

Commit 3cb7560

Browse files
Update codecov/codecov-action action to v5
1 parent fbf7f1b commit 3cb7560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scaffold-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if-no-files-found: error
8080

8181
- name: Upload coverage report to Codecov
82-
uses: codecov/codecov-action@v4
82+
uses: codecov/codecov-action@v5
8383
if: ${{ env.CODECOV_TOKEN != '' }}
8484
with:
8585
directory: ./.scaffold-coverage-html

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if-no-files-found: error
124124

125125
- name: Upload coverage report to Codecov
126-
uses: codecov/codecov-action@v4
126+
uses: codecov/codecov-action@v5
127127
if: ${{ env.CODECOV_TOKEN != '' }}
128128
with:
129129
files: ./.logs/coverage/phpunit/cobertura.xml

0 commit comments

Comments
 (0)