From 44ec4e18167f9c53c248ae8081a3e78959554ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:00:58 -0500 Subject: [PATCH] chore: Bump codecov/codecov-action from 4 to 5 (#201) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jahvon Dockery --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0202984..b822917 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,10 +32,10 @@ jobs: max_attempts: 3 command: go test ./... -race -coverprofile=coverage.txt -covermode=atomic -timeout 5m - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' # Only upload coverage from one OS env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: ./coverage.txt + files: ./coverage.txt fail_ci_if_error: false