Skip to content

Commit f4a8f4c

Browse files
authored
Update tests.yml (#8268)
1 parent 3566381 commit f4a8f4c

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
@@ -24,4 +24,6 @@ jobs:
2424
- name: run the command
2525
run: make test
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v4
28+
env:
29+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)