Skip to content

Commit 2541db6

Browse files
Update codecov/codecov-action action to v4 (#415)
* Update codecov/codecov-action action to v4 * Add token --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <[email protected]>
1 parent 1f8ff44 commit 2541db6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
- name: Run tests
3939
run: tox run -e unit
4040
- name: Upload Coverage to Codecov
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4244

4345
build:
4446
name: Build charm

0 commit comments

Comments
 (0)