Skip to content

Commit

Permalink
github-actions: Bump actions/upload-artifact from 3 to 4 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 5678c1c commit adba6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit adba6d7

Please sign in to comment.