From 8fce0e1fd1e7b8463fcfddd767114bf3c751838a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:04:59 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.6.0 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...330a01c490aca151604b8cf639adc76d48f6c5d4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 e0615df8494..693f6a845da 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # 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 1eb9ae1ff4c..bd3a7707c38 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # 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 7ba1a2aecc8..39b5b160d2e 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -350,7 +350,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: e2e-cypress-error-${{ matrix.package }} @@ -498,7 +498,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # 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 @@ -639,7 +639,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # 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 @@ -753,7 +753,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: docs-e2e-cypress-error