diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77503d8..5b5eee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -237,7 +237,7 @@ jobs: run: sudo apt-get -y install lcov - name: Collect coverage reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage path: ./coverage