Skip to content

Commit 80d60cc

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

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
@@ -96,14 +96,14 @@ jobs:
9696
runs-on: macos-15
9797
steps:
9898
- name: Download artifacts
99-
uses: actions/download-artifact@v7
99+
uses: actions/download-artifact@v8
100100
with:
101101
path: test_output
102102

103103
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
104104

105105
- name: Upload merged test results
106-
uses: actions/upload-artifact@v6
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: MergedResult
109109
path: test_output/final

0 commit comments

Comments
 (0)