diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 85872ee..4a873c4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -79,7 +79,7 @@ jobs: timeout-minutes: 60 steps: - name: Download code coverage results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - run: | cd coverage echo 'mode: atomic' > summary.txt