diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14c62428..af1fee26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Run coverage run: go test -race -coverprofile=coverage.txt -covermode=atomic -tags test ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.go == 'stable' with: fail_ci_if_error: true