diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70bd247..b10b88b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v5 - name: Download Package - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: Packages path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7959560..60357a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v5 - name: Download Package - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: Packages path: dist