Skip to content

Commit 83e6287

Browse files
try again
1 parent af8ddf6 commit 83e6287

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
run: make cover_profile
2424

2525
- name: Upload coverage reports to Codecov
26-
uses: codecov/codecov-action@v5.0.7 # https://github.com/codecov/codecov-action
26+
uses: codecov/codecov-action@v4.5.0 # https://github.com/codecov/codecov-action
2727
with:
2828
file: .build/coverage/unit_cover.out
2929
exclude: ./
30+
token: ${{ secrets.CODECOV_TOKEN }}
3031
slug: cadence-workflow/cadence

0 commit comments

Comments
 (0)