Skip to content

Commit 730af0e

Browse files
joannaquumischreiber
authored andcommitted
Update to upload-artifact@v4 (#2126)
1 parent 9c6a501 commit 730af0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "TestResultsMac.xcresult not found."
5454
fi
5555
- name: Upload TestResultsMac.zip
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: xctest-resultsMac
5959
path: TestResultsMac.zip
@@ -66,7 +66,7 @@ jobs:
6666
echo "TestResultsiOS.xcresult not found."
6767
fi
6868
- name: Upload TestResultsiOS.zip
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: xctest-resultsiOS
7272
path: TestResultsiOS.zip

0 commit comments

Comments
 (0)