Skip to content

Commit 2e5859f

Browse files
chore: bump codecov/codecov-action from 2 to 3 (#898)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 313b51d commit 2e5859f

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
@@ -177,7 +177,7 @@ jobs:
177177
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
178178
run: go run scripts/datadog-cireport/main.go gotests.xml
179179

180-
- uses: codecov/codecov-action@v2
180+
- uses: codecov/codecov-action@v3
181181
if: github.actor != 'dependabot[bot]' && github.repository_owner == 'coder'
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
@@ -262,7 +262,7 @@ jobs:
262262
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
263263
run: go run scripts/datadog-cireport/main.go gotests.xml
264264

265-
- uses: codecov/codecov-action@v2
265+
- uses: codecov/codecov-action@v3
266266
if: github.actor != 'dependabot[bot]' && github.repository_owner == 'coder'
267267
with:
268268
token: ${{ secrets.CODECOV_TOKEN }}
@@ -381,7 +381,7 @@ jobs:
381381
- run: yarn test:coverage
382382
working-directory: site
383383

384-
- uses: codecov/codecov-action@v2
384+
- uses: codecov/codecov-action@v3
385385
if: github.actor != 'dependabot[bot]' && github.repository_owner == 'coder'
386386
with:
387387
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)