diff --git a/.github/workflows/ci-cover.yml b/.github/workflows/ci-cover.yml index 7c2931e..46feb2f 100644 --- a/.github/workflows/ci-cover.yml +++ b/.github/workflows/ci-cover.yml @@ -34,7 +34,7 @@ jobs: run: go test -v -failfast -tags=test -timeout="3m" -coverprofile="./coverage.out" -covermode="atomic" ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out