Skip to content

Commit 6916381

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ jobs:
108108
runs-on: macos-15
109109
steps:
110110
- name: Download artifacts
111-
uses: actions/download-artifact@v6
111+
uses: actions/download-artifact@v7
112112
with:
113113
path: test_output
114114

115115
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
116116

117117
- name: Upload merged test results
118-
uses: actions/upload-artifact@v5
118+
uses: actions/upload-artifact@v6
119119
with:
120120
name: MergedTestResults
121121
path: test_output/final

0 commit comments

Comments
 (0)