Skip to content

Commit a4f5850

Browse files
committed
Update codecov/codecov-action to v4
1 parent 1821ac7 commit a4f5850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
path: TestResults-*.html
5656
- name: Upload coverage report to Codecov
5757
if: matrix.os == 'ubuntu-latest'
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
6060
files: coverage/*/coverage.cobertura.xml
61+
token: ${{ secrets.CODECOV_TOKEN }}
6162
- name: Upload coverage report to Codacy
6263
env:
6364
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)