From d28beca0a615ccdb03dc251912d7e34486f85122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:46:05 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20fix=20upload=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 5b9188f..c99bbdb 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-page-artifact@v1 + - uses: actions/upload-pages-artifact@v3.0.1 with: name: "website-build-artifact" path: "website/dist/**"