diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f030f..7ab273c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: direnv exec . go test -v -tags=integration ./... - name: Upload coverage to Codecov if: matrix.go-version == '1.21' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.out flags: unittests