Skip to content

Commit

Permalink
Updated version for the upload-artifact action to v4 since CI is no…
Browse files Browse the repository at this point in the history
…w failing with the older ones.
  • Loading branch information
maratal committed Sep 6, 2024
1 parent 01e425d commit 22c149b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ jobs:
- name: Upload Static Analyzer Reports
if: ${{ failure() && steps.analyzer-output.outcome == 'failure' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: static-analyzer-reports-${{ matrix.lane }}
path: ./derived_data/**/report-*.html

- name: Upload Xcodebuild Logs
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: xcodebuild-logs
path: ~/Library/Developer/Xcode/DerivedData/*/Logs

- name: Upload Test Output
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-output
path: fastlane/test_output
Expand Down

0 comments on commit 22c149b

Please sign in to comment.