Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 19f8097 commit 6b191cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
-resultBundlePath "test_output/$platform.xcresult" \
test | xcpretty
- name: Upload test result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.test.outputs.platform }}
path: DemoApp/MockUserDefaultsDemoLib/test_output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
test | xcpretty
- name: Upload test result
if: ${{ matrix.xcode_version == needs.generate-matrix.outputs.latest-xcode-version }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.xcode_version }}-${{ steps.test.outputs.platform }}
path: test_output
Expand Down

0 comments on commit 6b191cf

Please sign in to comment.