Skip to content

Commit fe9325a

Browse files
chore(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55ff0ad commit fe9325a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/UploadCoverageReport.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030

3131
- name: Upload coverage to codecov (tokenless)
3232
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
with:
3535
files: "${{ env.REPORT_PATH }}"
3636
fail_ci_if_error: true
3737

3838
- name: Upload coverage to codecov (with token)
3939
if: "! github.event.pull_request.head.repo.fork "
40-
uses: codecov/codecov-action@v4
40+
uses: codecov/codecov-action@v5
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: "${{ env.REPORT_PATH }}"

0 commit comments

Comments
 (0)