From 072bfbec066637a1a019a1b2f7998ce0ba1fe5eb Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Wed, 8 Jan 2025 13:37:18 -0800 Subject: [PATCH] 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 --- .github/workflows/run-test-harness/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-test-harness/action.yml b/.github/workflows/run-test-harness/action.yml index 11a4019..d63fc41 100644 --- a/.github/workflows/run-test-harness/action.yml +++ b/.github/workflows/run-test-harness/action.yml @@ -66,7 +66,7 @@ runs: env: NO_TTY: "1" - name: archive screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-screenshots_from_run_action path: ./*.png