Skip to content

Commit 1212f12

Browse files
authored
chore: Upgrade github codecov action to v5 (#8048)
<!-- If you are new to contributing or want a refresher, please read ./pull_request_guidance.md --> **What changed?** Upgrades our Codecov action to v5.5 to support: * quicker execution * tokenless upload (if we want)
1 parent 30acd03 commit 1212f12

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codecov-on-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: ./scripts/create_failed_test_issues.sh failed-tests.txt
3838
- name: Upload coverage reports to Codecov
39-
uses: codecov/codecov-action@v4.5.0 # https://github.com/codecov/codecov-action
39+
uses: codecov/codecov-action@v5.5.0 # https://github.com/codecov/codecov-action
4040
with:
41-
file: .build/coverage/unit_cover.out
41+
files: .build/coverage/unit_cover.out
4242
exclude: ./
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
slug: cadence-workflow/cadence

.github/workflows/codecov-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ 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.5.0 # https://github.com/codecov/codecov-action
2727
with:
28-
file: .build/coverage/unit_cover.out
28+
files: .build/coverage/unit_cover.out
2929
exclude: ./
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
slug: cadence-workflow/cadence

0 commit comments

Comments
 (0)