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] authored Jan 8, 2024
1 parent 3568dbb commit db5bbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: make check | xcpretty
- name: Install
run: make install | xcpretty
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: xcnew-xcode-${{ matrix.xcode }}.xcresult
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
xcrun xccov view --report --json xcnew.xcresult > coverage.json
./cc-test-reporter format-coverage --input-type xccov --output 'codeclimate-xcode-${{ matrix.xcode }}.json' coverage.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverages
path: codeclimate-xcode-${{ matrix.xcode }}.json
Expand Down

0 comments on commit db5bbd0

Please sign in to comment.