From a0b17a6a7802ba54921a6222f9494635be9a4e7f Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 4 Feb 2025 21:52:49 +0900 Subject: [PATCH] version up Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .github/workflows/build-webgl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-webgl.yml b/.github/workflows/build-webgl.yml index cfaaac27e..15c46f12e 100644 --- a/.github/workflows/build-webgl.yml +++ b/.github/workflows/build-webgl.yml @@ -99,7 +99,7 @@ jobs: __HTML__ - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: Build @@ -114,4 +114,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4