Skip to content

Commit c5bbdbe

Browse files
authored
Merge pull request #21 from fergusbisset/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 6ff8580 + 304c347 commit c5bbdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/visual-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Upload multi-render logs and reports (always)
5656
if: always()
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: multi-render-artifacts
6060
if-no-files-found: ignore

0 commit comments

Comments
 (0)