Skip to content

Commit

Permalink
ci: bump upload artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobarracha committed Jan 23, 2025
1 parent 27a64fb commit 3df7a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-detox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Archive build artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci-detox-android-artifacts-libs-${{ github.sha }}
path: wrappers/react-native/android/lib
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Archive detox failed test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: detox-artifacts-${{ github.sha }}
path: wrappers/react-native/example/detox-artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Archive build artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci-detox-ios-artifacts-libs-${{ github.sha }}
path: wrappers/react-native/ios/lib
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Archive detox failed test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: detox-artifacts-${{ github.sha }}
path: wrappers/react-native/example/detox-artifacts
Expand Down

0 comments on commit 3df7a11

Please sign in to comment.