Skip to content

Commit 3ef5ac7

Browse files
Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#2137)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.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@125fc84...e28ff12) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92370cd commit 3ef5ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: make unit-test
9999

100100
- name: Upload coverage reports to Codecov
101-
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
101+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104

@@ -126,7 +126,7 @@ jobs:
126126
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
127127

128128
- name: Upload coverage reports to Codecov
129-
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
129+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132

0 commit comments

Comments
 (0)