diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3e6825b..ed61273 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -87,7 +87,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