Skip to content

Commit dedddd9

Browse files
authored
Update codecov-action to v4 (#4291)
1 parent 9ee84a1 commit dedddd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ jobs:
136136
- name: Run Tox
137137
run: UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
138138
- name: Codecov
139-
uses: codecov/codecov-action@v4.0.0-beta.3
139+
uses: codecov/codecov-action@v4
140+
with:
141+
token: ${{ secrets.CODECOV_TOKEN }}
140142

141143
cryptography:
142144
name: pyca/cryptography test

0 commit comments

Comments
 (0)