diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c82f8196..10875387bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,7 +203,7 @@ jobs: run: sudo apt-get -y install lcov - name: Collect coverage reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage