diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f3a7497..d8119fa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: with: go-version-file: "go.mod" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v4.6.0 + - uses: codecov/codecov-action@v5.0.2 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}