diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e72ad66..6ab73c7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: - name: Upload coverage if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage.out fail_ci_if_error: false