Skip to content

Commit 232e121

Browse files
chore: bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eefca43 commit 232e121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
187187
run: go run scripts/datadog-cireport/main.go gotests.xml
188188

189-
- uses: codecov/codecov-action@v2
189+
- uses: codecov/codecov-action@v3
190190
if: github.actor != 'dependabot[bot]'
191191
with:
192192
token: ${{ secrets.CODECOV_TOKEN }}
@@ -271,7 +271,7 @@ jobs:
271271
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
272272
run: go run scripts/datadog-cireport/main.go gotests.xml
273273

274-
- uses: codecov/codecov-action@v2
274+
- uses: codecov/codecov-action@v3
275275
if: github.actor != 'dependabot[bot]'
276276
with:
277277
token: ${{ secrets.CODECOV_TOKEN }}
@@ -394,7 +394,7 @@ jobs:
394394
- run: yarn test:coverage
395395
working-directory: site
396396

397-
- uses: codecov/codecov-action@v2
397+
- uses: codecov/codecov-action@v3
398398
if: github.actor != 'dependabot[bot]'
399399
with:
400400
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)