diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67445c7..b09e572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: fail-on-error: true - name: 📭 Restore coverage history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: name: CoverageHistory path: CoverageHistory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ff9353..a5d080d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: fail-on-error: true - name: 📭 Restore coverage history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: name: CoverageHistory path: CoverageHistory