Skip to content

Commit 9bd16bb

Browse files
committed
CI: Update to GHA's codecov-action@v4
1 parent b0b2771 commit 9bd16bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
8585
# https://github.com/codecov/codecov-action
8686
- name: Upload coverage results to Codecov
87-
uses: codecov/codecov-action@v3
87+
uses: codecov/codecov-action@v4
88+
env:
89+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8890
with:
8991
fail_ci_if_error: true

0 commit comments

Comments
 (0)