Skip to content

Commit c62d082

Browse files
chore(deps): update github artifact actions (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fac4822 commit c62d082

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
@@ -139,14 +139,14 @@ jobs:
139139
runs-on: macos-15
140140
steps:
141141
- name: Download artifacts
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@v8
143143
with:
144144
path: test_output
145145

146146
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
147147

148148
- name: Upload merged test results
149-
uses: actions/upload-artifact@v6
149+
uses: actions/upload-artifact@v7
150150
with:
151151
name: MergedTestResults
152152
path: test_output/final

0 commit comments

Comments
 (0)