diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f26f6e5..3af2301 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - name: Upload coverage if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}