Skip to content

Commit 218d1b3

Browse files
Chore(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@57e3a13...e79a696) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f106578 commit 218d1b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ jobs:
126126

127127
- name: Upload unit test coverage to Codecov
128128
if: success() && matrix.test-type == 'unit'
129-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
129+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
files: ./unit.out
133133

134134
- name: Upload e2e test coverage to Codecov
135135
if: success() && matrix.test-type == 'e2e'
136-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
136+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
137137
with:
138138
token: ${{ secrets.CODECOV_TOKEN }}
139139
files: ./e2e.out
@@ -191,7 +191,7 @@ jobs:
191191

192192
- name: Upload dab test coverage to Codecov
193193
if: success()
194-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
194+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
195195
with:
196196
token: ${{ secrets.CODECOV_TOKEN }}
197197
files: ./dab.out

0 commit comments

Comments
 (0)