Skip to content

Commit bc3a60b

Browse files
authored
Update GitHub artifact actions to v4 (#3748)
1 parent 11cbd84 commit bc3a60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Generate artifacts
4040
if: ${{ failure() }}
4141
run: npm run start:modified
42-
- uses: actions/upload-artifact@v3
42+
- uses: actions/upload-artifact@v4
4343
if: ${{ failure() }}
4444
with:
4545
name: snapshots_and_versions

0 commit comments

Comments
 (0)