diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf8ad90..6570c2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # And lastly, we upload the generated build/ folder as artifact so we can # use it in later steps. - name: Upload build and .svelte-kit folder - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build if-no-files-found: error