From ac41497c4ddadfee5d58d9ead9223395efcbed82 Mon Sep 17 00:00:00 2001 From: foosint <126406994+foosint@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:57:08 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfc89fd..3ce16d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Build run: npm run build - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: