Skip to content

Commit f652ef3

Browse files
ci(deps): bump codecov/codecov-action from 4 to 5 (#29)
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-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b16d09 commit f652ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Upload Bundle Analysis to Codecov
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
if: github.actor != 'dependabot[bot]'
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: "Backend Test Results"
5252

5353
- name: Upload Coverage to Codecov with Flags
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v5
5555
if: github.actor != 'dependabot[bot]'
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)