From 60c5c8348c1ab8cf6ea41c4f4684331978902db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:08:04 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...ea165f8d65b6e75b540449e92b4886f43607fa02) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/receive-fork-review.yml | 2 +- .github/workflows/reusable-build-system-test.yml | 2 +- .github/workflows/reusable-e2e.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/receive-fork-review.yml b/.github/workflows/receive-fork-review.yml index e0615df849..412037c24a 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: commit path: commit/ diff --git a/.github/workflows/reusable-build-system-test.yml b/.github/workflows/reusable-build-system-test.yml index 1eb9ae1ff4..787793f533 100644 --- a/.github/workflows/reusable-build-system-test.yml +++ b/.github/workflows/reusable-build-system-test.yml @@ -166,7 +166,7 @@ jobs: TAGS: '@${{ matrix.framework }}' - name: Upload videos and screenshots - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: canary-cypress-error-${{ env.MEGA_APP_NAME }} diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 35dd1e09f0..81d050fbe9 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -345,7 +345,7 @@ jobs: VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }} - name: Upload failure screenshots and errors - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: e2e-cypress-error-${{ matrix.package }} @@ -493,7 +493,7 @@ jobs: VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }} - name: Upload failure screenshots and errors - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e-ios.outcome != 'success' }} with: name: e2e-detox-error-react-native-ios @@ -634,7 +634,7 @@ jobs: adb -s emulator-$EMULATOR2_PORT emu kill - name: Upload failure screenshots and errors - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e-android.outcome != 'success' }} with: name: e2e-detox-error-react-native-android @@ -748,7 +748,7 @@ jobs: run: yarn docs test:links - name: Upload failure screenshots and errors - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: docs-e2e-cypress-error