Skip to content

Commit 5bcf56a

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

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
@@ -85,12 +85,12 @@ jobs:
8585
runs-on: macos-15
8686
steps:
8787
- name: Download artifacts
88-
uses: actions/download-artifact@v6
88+
uses: actions/download-artifact@v7
8989
with:
9090
path: test_output
9191
- run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult
9292
- name: Upload Merged Artifact
93-
uses: actions/upload-artifact@v5
93+
uses: actions/upload-artifact@v6
9494
with:
9595
name: MergedResult
9696
path: test_output/final

0 commit comments

Comments
 (0)