Skip to content

Commit

Permalink
Update deprecated actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Oct 29, 2024
1 parent c3253ed commit 4102884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Upload events artifact if Detox-Jest failed
if: ${{ failure() && steps.dj.outcome == 'failure' && steps.eventlog.outcome == 'success' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: android-events-artifact
path: android-events-micro.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Upload events artifact if Detox-Jest failed
if: ${{ failure() && steps.dj.outcome == 'failure' && steps.eventlog.outcome == 'success' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ios-events-artifact
path: ios-events-micro.json

0 comments on commit 4102884

Please sign in to comment.