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