Skip to content

Commit 64c6295

Browse files
chore(deps): bump actions/upload-artifact from 4.6.0 to 5.0.0 (#6742)
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](actions/upload-artifact@65c4c4a...330a01c) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone319 <[email protected]>
1 parent 84a59fe commit 64c6295

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/receive-fork-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo ${{ github.event.pull_request.base.sha }} > ./commit/base_sha
2727
echo ${{ github.event.review.commit_id }} > ./commit/commit_id
2828
echo ${{ github.event.pull_request.number }} > ./commit/pr_number
29-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
29+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3030
with:
3131
name: commit
3232
path: commit/

.github/workflows/reusable-build-system-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
TAGS: '@${{ matrix.framework }}'
167167

168168
- name: Upload videos and screenshots
169-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
169+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
170170
if: ${{ failure() && steps.e2e.outcome != 'success' }}
171171
with:
172172
name: canary-cypress-error-${{ env.MEGA_APP_NAME }}

.github/workflows/reusable-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }}
351351

352352
- name: Upload failure screenshots and errors
353-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
353+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
354354
if: ${{ failure() && steps.e2e.outcome != 'success' }}
355355
with:
356356
name: e2e-cypress-error-${{ matrix.package }}
@@ -498,7 +498,7 @@ jobs:
498498
VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }}
499499

500500
- name: Upload failure screenshots and errors
501-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
501+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
502502
if: ${{ failure() && steps.e2e-ios.outcome != 'success' }}
503503
with:
504504
name: e2e-detox-error-react-native-ios
@@ -639,7 +639,7 @@ jobs:
639639
adb -s emulator-$EMULATOR2_PORT emu kill
640640
641641
- name: Upload failure screenshots and errors
642-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
642+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
643643
if: ${{ failure() && steps.e2e-android.outcome != 'success' }}
644644
with:
645645
name: e2e-detox-error-react-native-android
@@ -753,7 +753,7 @@ jobs:
753753
run: yarn docs test:links
754754

755755
- name: Upload failure screenshots and errors
756-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
756+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
757757
if: ${{ failure() && steps.e2e.outcome != 'success' }}
758758
with:
759759
name: docs-e2e-cypress-error

0 commit comments

Comments
 (0)