diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a776cab..6036d66 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -52,7 +52,7 @@ jobs: timeout-minutes: 5 steps: - name: Download coverage artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: coverage - name: Merge coverage profiles