From e8ae81a7fc06aadba5931b346dd9f3b28d9b01d8 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Tue, 5 Sep 2023 16:22:36 +0200 Subject: [PATCH] Update github action. (#14) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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