diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f81f4d4..d2d09ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,7 +198,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