diff --git a/.github/workflows/01-cypress.yml b/.github/workflows/01-cypress.yml index 66a2797..4059bc5 100644 --- a/.github/workflows/01-cypress.yml +++ b/.github/workflows/01-cypress.yml @@ -15,7 +15,7 @@ jobs: uses: ./.github/actions/npm-cache - name: ⬇️Download build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build path: out diff --git a/.github/workflows/02-deploy-gh-pages.yml b/.github/workflows/02-deploy-gh-pages.yml index 3f2fd18..d672edf 100644 --- a/.github/workflows/02-deploy-gh-pages.yml +++ b/.github/workflows/02-deploy-gh-pages.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/npm-cache - name: ⬇️Download build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build path: out