Skip to content

Commit 0398808

Browse files
dependabot[bot]Zxilly
authored andcommitted
build(deps): bump codecov/codecov-action in the actions-deps group
Bumps the actions-deps group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f2772d commit 0398808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/built-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118118

119119
- name: Upload coverage
120-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
120+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
121121
if: ${{ !cancelled() && matrix.os != 'self-hosted' }}
122122
with:
123123
disable_search: true
@@ -206,7 +206,7 @@ jobs:
206206

207207
- name: Upload coverage
208208
if: ${{ !cancelled() }}
209-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
209+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
210210
with:
211211
token: ${{ secrets.CODECOV_TOKEN }}
212212
flags: ui

0 commit comments

Comments
 (0)