Skip to content

Commit d14c7f7

Browse files
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#3559)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.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@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da799c6 commit d14c7f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sudo make test-coverage
4545
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
47+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
files: ./coverage.txt

.github/workflows/compatibility-e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
175175
176176
- name: Upload coverage to Codecov
177-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
177+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
178178
with:
179179
token: ${{ secrets.CODECOV_TOKEN }}
180180
files: ./coverage.txt

.github/workflows/compatibility-e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
151151
152152
- name: Upload coverage to Codecov
153-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
153+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: ./coverage.txt

.github/workflows/e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
198198
199199
- name: Upload coverage to Codecov
200-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
200+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
201201
with:
202202
token: ${{ secrets.CODECOV_TOKEN }}
203203
files: ./coverage.txt

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
138138
139139
- name: Upload coverage to Codecov
140-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
140+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
141141
with:
142142
token: ${{ secrets.CODECOV_TOKEN }}
143143
files: ./coverage.txt

0 commit comments

Comments
 (0)