diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98d01045..ee1f799f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: run: go test -v ./... - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && github.actor != 'dependabot[bot]' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.out flags: unittests