diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60b0bb96..57daada9 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