From dd1904f1d7249a80893c757f053d4c939ff1b165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:41:08 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20change=20artifact=20genera?= =?UTF-8?q?tion=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index d6b990b..5b9188f 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -22,7 +22,7 @@ jobs: - run: npm run build working-directory: ./website - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-page-artifact@v1 with: name: "website-build-artifact" path: "website/dist/**"