diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f79e2ae3..b00e5ec6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: run: make coverage-out - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out