diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67445c7..9e2f6c1 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@v21 with: name: CoverageHistory path: CoverageHistory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ff9353..bf46775 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@v21 with: name: CoverageHistory path: CoverageHistory