diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 013a97e..7e7b210 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -81,7 +81,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