diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d8920b2669..7b56277edc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,7 +290,7 @@ jobs: path: ./coverage.txt if-no-files-found: error - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage.txt