From 8856fa430a2925ca2144db0770640980d32ff109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:37:03 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.6 --- .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 a0ef915..290bcd6 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.5 + uses: codecov/codecov-action@v5.0.6 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release-untagged.yml b/.github/workflows/release-untagged.yml index 3426e9f..b527b8c 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.5 + uses: codecov/codecov-action@v5.0.6 with: token: ${{ secrets.CODECOV_TOKEN }}