diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 219a53d..523f01f 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@v2 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage