diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9ec5ee..fc109c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - run: sudo apt update - run: sudo apt install lcov diff-cover - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: coverage-* merge-multiple: true