From adba6d7d51964e787f2caaa421dc280b21055c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:08:29 +0200 Subject: [PATCH] github-actions: Bump actions/upload-artifact from 3 to 4 (#48) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/render.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 3dd91b7..b9d2dfa 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -32,7 +32,7 @@ jobs: - name: Render run: npm run render:${{ inputs.format }} --video=${{ inputs.name }} - name: Upload rendered video artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: out path: out