Skip to content

Commit 80c78bf

Browse files
chore(deps): update github artifact actions
1 parent 948c50f commit 80c78bf

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
@@ -102,12 +102,12 @@ jobs:
102102
runs-on: macos-15
103103
steps:
104104
- name: Download artifacts
105-
uses: actions/download-artifact@v7
105+
uses: actions/download-artifact@v8
106106
with:
107107
path: test_output
108108
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
109109
- name: Upload merged test results
110-
uses: actions/upload-artifact@v6
110+
uses: actions/upload-artifact@v7
111111
with:
112112
name: MergedTestResults
113113
path: test_output/final

0 commit comments

Comments
 (0)