diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b9c74..e19ce5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: fi - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() with: file: ./coverage.xml