Skip to content

Commit 057915e

Browse files
authored
CI: Migrate codecov/codecov-action@v3 to @v4. (#241)
1 parent 3299546 commit 057915e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
lcov --remove coverage.info '/usr/*' --output-file coverage.info
2929
lcov --list coverage.info
3030
- name: Upload coverage report
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v4
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234

3335
linux-release:
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)