diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 347b4b56..d143001c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,5 +90,5 @@ jobs: cat coverage.xml - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: contains(matrix.extra-args, 'codecov')