diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fb0ef1..69abc81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: timeout-minutes: 15 - name: Upload Coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage/coverage-final.json token: ${{ secrets.CODECOV_TOKEN }}