diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 94d408d..3433dce 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -37,7 +37,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.txt flags: unittests