From f195dc339c86f8db7a63781b95bff31c8bc86d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:35:02 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3.1.2 to 4.3.4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...0b2256b8c012f0828dc542b3febcab082c67f72b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-runtime-test.yml | 2 +- .github/workflows/receive-fork-review.yml | 2 +- .github/workflows/reusable-e2e.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-runtime-test.yml b/.github/workflows/build-and-runtime-test.yml index 08f24b24a40..e9737ad5583 100644 --- a/.github/workflows/build-and-runtime-test.yml +++ b/.github/workflows/build-and-runtime-test.yml @@ -124,7 +124,7 @@ jobs: NEW_PASSWORD: ${{ secrets.NEW_PASSWORD }} VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }} - name: Upload videos and screenshots - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: canary-cypress-error-${{ matrix.framework }}-${{ matrix.build-tool }} diff --git a/.github/workflows/receive-fork-review.yml b/.github/workflows/receive-fork-review.yml index 95c01ea4086..582b556834a 100644 --- a/.github/workflows/receive-fork-review.yml +++ b/.github/workflows/receive-fork-review.yml @@ -26,7 +26,7 @@ jobs: echo ${{ github.event.pull_request.base.sha }} > ./commit/base_sha echo ${{ github.event.review.commit_id }} > ./commit/commit_id echo ${{ github.event.pull_request.number }} > ./commit/pr_number - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce with: name: commit path: commit/ diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 0701ceb06cb..8c7398ed80f 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -310,7 +310,7 @@ jobs: VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }} - name: Upload failure screenshots and errors - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: e2e-cypress-error-${{ matrix.package }} @@ -460,7 +460,7 @@ jobs: VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }} - name: Upload failure screenshots and errors - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce if: ${{ failure() && steps.e2e-ios.outcome != 'success' }} with: name: e2e-detox-error-react-native-ios @@ -601,7 +601,7 @@ jobs: adb -s emulator-$EMULATOR2_PORT emu kill - name: Upload failure screenshots and errors - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce if: ${{ failure() && steps.e2e-android.outcome != 'success' }} with: name: e2e-detox-error-react-native-android @@ -715,7 +715,7 @@ jobs: run: yarn docs test:links - name: Upload failure screenshots and errors - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: docs-e2e-cypress-error