From 2e5859f226b942170f57fbc9d4027fb715968962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:41:35 -0500 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coder.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 57b3d56210..12f034da15 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -177,7 +177,7 @@ jobs: GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }} run: go run scripts/datadog-cireport/main.go gotests.xml - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 if: github.actor != 'dependabot[bot]' && github.repository_owner == 'coder' with: token: ${{ secrets.CODECOV_TOKEN }} @@ -262,7 +262,7 @@ jobs: GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }} run: go run scripts/datadog-cireport/main.go gotests.xml - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 if: github.actor != 'dependabot[bot]' && github.repository_owner == 'coder' with: token: ${{ secrets.CODECOV_TOKEN }} @@ -381,7 +381,7 @@ jobs: - run: yarn test:coverage working-directory: site - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 if: github.actor != 'dependabot[bot]' && github.repository_owner == 'coder' with: token: ${{ secrets.CODECOV_TOKEN }}