Skip to content

Commit 5164f27

Browse files
Update actions/download-artifact action to v4
1 parent c5cddc7 commit 5164f27

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
@@ -66,7 +66,7 @@ jobs:
6666
needs: xcodebuild
6767
runs-on: macOS-13
6868
steps:
69-
- uses: actions/download-artifact@v3
69+
- uses: actions/download-artifact@v4
7070
with:
7171
path: test_output
7272
- name: Merge xcresult files

0 commit comments

Comments
 (0)