Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ryjones committed Jan 9, 2025
1 parent 9067a86 commit 072bfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-harness/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 072bfbe

Please sign in to comment.