Skip to content

Commit 35e3384

Browse files
Switch to codecov action v5+ for tokenless uploads
1 parent e5e553f commit 35e3384

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codecov.yml

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

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

0 commit comments

Comments
 (0)