diff --git a/.github/workflows/receive-fork-review.yml b/.github/workflows/receive-fork-review.yml index 95c01ea408..c81b9df86f 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b with: name: commit path: commit/ diff --git a/.github/workflows/reusable-build-system-test.yml b/.github/workflows/reusable-build-system-test.yml index 463fca43d3..59ef440f04 100644 --- a/.github/workflows/reusable-build-system-test.yml +++ b/.github/workflows/reusable-build-system-test.yml @@ -168,7 +168,7 @@ jobs: TAGS: '@${{ matrix.framework }}' - 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b 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 a316cc2311..e1e5bde021 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -331,7 +331,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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: e2e-cypress-error-${{ matrix.package }} @@ -481,7 +481,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@06f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b if: ${{ failure() && steps.e2e-ios.outcome != 'success' }} with: name: e2e-detox-error-react-native-ios @@ -622,7 +622,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@06f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b if: ${{ failure() && steps.e2e-android.outcome != 'success' }} with: name: e2e-detox-error-react-native-android @@ -736,7 +736,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@06f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b if: ${{ failure() && steps.e2e.outcome != 'success' }} with: name: docs-e2e-cypress-error