Skip to content

Commit 5948996

Browse files
committed
Update upload-artifacts action to v4
1 parent fa3cfcc commit 5948996

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build and Test
2929
run: Scripts/build.swift xcode ${{ matrix.platform }} `which xcpretty`
3030
- name: Upload Results
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
if: failure()
3333
with:
3434
name: Test Results

0 commit comments

Comments
 (0)