Skip to content

Commit a027d24

Browse files
ci(deps): bump codecov/codecov-action from 4 to 5 (#123)
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 ddfe8b2 commit a027d24

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
@@ -153,7 +153,7 @@ jobs:
153153
retention-days: 30
154154

155155
- name: Upload Bundle Analysis to Codecov
156-
uses: codecov/codecov-action@v4
156+
uses: codecov/codecov-action@v5
157157
if: github.actor != 'dependabot[bot]' && hashFiles('frontend/bundle-analysis.md') != ''
158158
with:
159159
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: "Backend Test Results"
5757

5858
- name: Upload Coverage to Codecov with Flags
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v5
6060
if: github.actor != 'dependabot[bot]'
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)