diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dbddfc6..fd6f2c7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: run: go test -race -cover -covermode=atomic -coverprofile=./coverage.out ./... - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}