Skip to content

Commit a7ccad8

Browse files
committed
[ci] Update codecov action from v3 to v5
1 parent d41b4c9 commit a7ccad8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@ jobs:
4646
name: code-coverage
4747
path: unit-tests/coverage
4848

49+
- name: Install codecov dependencies
50+
run: apk update && apk add curl gpg
51+
4952
- name: Upload to codecov.io
50-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@v5
54+
env:
55+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5156
with:
52-
token: ${{ secrets.CODECOV_TOKEN }}
5357
files: ./unit-tests/coverage.info
5458
flags: unittests
5559
name: codecov-app-boilerplate

0 commit comments

Comments
 (0)