From c26718a8587fc1bb93bd03a2f769c5af8c56225c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:20:50 -0800 Subject: [PATCH] Update codecov/codecov-action action to v5.1.0 (#363) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 76e5d08..6879e38 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@v5.0.7 + uses: codecov/codecov-action@v5.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release-untagged.yml b/.github/workflows/release-untagged.yml index d0b968f..70dddc7 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@v5.0.7 + uses: codecov/codecov-action@v5.1.0 with: token: ${{ secrets.CODECOV_TOKEN }}