Skip to content

Commit c7ff005

Browse files
Update actions/upload-artifact action to v6
1 parent bfb8cf0 commit c7ff005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
INSTA_UPDATE: new
5252

5353
- if: ${{ failure() && steps.run_tests.outcome == 'failure' }}
54-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5555
with:
5656
name: failed-snapshots
5757
path: "**/snapshots/*.snap.new"

0 commit comments

Comments
 (0)