From 967c77c87d89d0edcce8248da7f75b909ab45fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=A2=A8=E6=B0=B4=E9=B1=BC?= Date: Sat, 11 May 2024 17:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/render-v?= =?UTF-8?q?ideo.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/render-video.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index dd60005..6c301b6 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@main - run: apt update && apt install -y yarn ffmpeg libnss3 chromium - run: yarn && yarn build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: out.mp4 path: out/video.mp4