diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2490928..e219950 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,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@v2 + uses: actions/upload-artifact@v3 with: name: build if-no-files-found: error