Skip to content

Commit

Permalink
Bump actions/upload-artifact@v4 following blocking deprecation via ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylorhall-atlassian authored Feb 3, 2025
1 parent 40a4548 commit 393b72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/visual-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

- name: Archive screenshots
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: visual-regression-screenshots
path: .loki
include-hidden-files: true

0 comments on commit 393b72c

Please sign in to comment.