Skip to content

Commit a9bb857

Browse files
Merge pull request #101 from 417-72KI/renovate/major-5-artifact-actions
Update actions/upload-artifact action to v5
2 parents bf9aca9 + b864663 commit a9bb857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
-resultBundlePath 'test_output/TestResult.xcresult' \
7777
clean test | xcpretty
7878
- name: Upload test result
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v5
8080
if: ${{ matrix.xcode == needs.extract-matrix.outputs.latest && (success() || failure()) }}
8181
with:
8282
name: ${{ steps.create-destination-key.outputs.destination-key }}

0 commit comments

Comments
 (0)