Skip to content

Commit e5eca64

Browse files
committed
CI: Update codecov/codecov-action to v4
1 parent deb952b commit e5eca64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
"C:\Program Files\OpenCppCoverage\OpenCppCoverage.exe" --export_type cobertura:coverage.out --sources "NazaraUtils\include\Nazara\*" --modules "NazaraUtils\bin\*" --cover_children -- xmake run UnitTests
117117
118118
- name: Upload Coverage Report to Codecov
119-
uses: codecov/codecov-action@v3
119+
uses: codecov/codecov-action@v4
120120
with:
121121
files: ./coverage.out
122122
fail_ci_if_error: true
123+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)