From 6bbd572304bee8d1ab21d7743f31a6586cf2a855 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:55:44 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.6.0 --- .github/workflows/release-tagged.yml | 2 +- .github/workflows/release-untagged.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tagged.yml b/.github/workflows/release-tagged.yml index e8ed43f..c9ff855 100644 --- a/.github/workflows/release-tagged.yml +++ b/.github/workflows/release-tagged.yml @@ -39,7 +39,7 @@ jobs: run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/... - name: Code Coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release-untagged.yml b/.github/workflows/release-untagged.yml index 89e92af..0cbd30e 100644 --- a/.github/workflows/release-untagged.yml +++ b/.github/workflows/release-untagged.yml @@ -39,7 +39,7 @@ jobs: run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/... - name: Code Coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }}