diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e179ca..f419542 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@v6 + uses: actions/upload-artifact@v7 with: name: build if-no-files-found: error