Skip to content

Commit 072bfbe

Browse files
committed
chore: update actions
actions/upload-artifact and actions/download-artifact have been deprecated and need updated. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ Signed-off-by: Ry Jones <ry@linux.com>
1 parent 9067a86 commit 072bfbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-test-harness/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
env:
6767
NO_TTY: "1"
6868
- name: archive screenshots
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: test-screenshots_from_run_action
7272
path: ./*.png

0 commit comments

Comments
 (0)