diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d71aa..588bd86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ !cancelled() && steps.install.outcome == 'success' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage