Skip to content

Commit 02b4720

Browse files
build(deps): bump codecov/codecov-action from 1.5.2 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.5.2...v5.4.0) --- 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 49fc84d commit 02b4720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
165165
done
166166
if: env.GIT_DIFF
167-
- uses: codecov/codecov-action@v1.5.2
167+
- uses: codecov/codecov-action@v5.4.0
168168
with:
169169
file: ./coverage.txt
170170
if: env.GIT_DIFF

0 commit comments

Comments
 (0)