diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6d70691..60146a7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -82,7 +82,7 @@ jobs: timeout-minutes: 60 steps: - name: Download code coverage results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - run: | cd coverage echo 'mode: atomic' > summary.txt