diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3630914..1b10d03 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -92,7 +92,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 diff --git a/.github/workflows/linux_durability.yml b/.github/workflows/linux_durability.yml index c584a9d..b8ca5d8 100644 --- a/.github/workflows/linux_durability.yml +++ b/.github/workflows/linux_durability.yml @@ -94,7 +94,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