Skip to content

Commit 5ab10bd

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 74d4cb1 commit 5ab10bd

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
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
- name: Upload snapshots on failure
86-
uses: actions/upload-artifact@v6
86+
uses: actions/upload-artifact@v7
8787
with:
8888
name: snapshots-${{ github.run_id }}-${{ strategy.job-index }}
8989
path: test/__snapshots__

0 commit comments

Comments
 (0)