diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b17fbc..928c7a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: node-version-file: .nvmrc cache: yarn - name: Download built files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built path: .svelte-kit @@ -60,7 +60,7 @@ jobs: node-version-file: .nvmrc cache: yarn - name: Download built files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built path: .svelte-kit