Skip to content

Commit 686ad72

Browse files
chore(deps): update github artifact actions
1 parent 58b5944 commit 686ad72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
runs-on: macos-15
102102
steps:
103103
- name: Download artifacts
104-
uses: actions/download-artifact@v6
104+
uses: actions/download-artifact@v7
105105
with:
106106
path: test_output
107107

108108
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
109109

110110
- name: Upload merged test results
111-
uses: actions/upload-artifact@v5
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: MergedTestResults
114114
path: test_output/final

0 commit comments

Comments
 (0)