diff --git a/.github/actions/e2e-atomic-angular/action.yml b/.github/actions/e2e-atomic-angular/action.yml index 36bc42951fa..a5e7a05b08a 100644 --- a/.github/actions/e2e-atomic-angular/action.yml +++ b/.github/actions/e2e-atomic-angular/action.yml @@ -19,7 +19,7 @@ runs: wait-on-timeout: 600000 install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: angular-screenshots diff --git a/.github/actions/e2e-atomic-next/action.yml b/.github/actions/e2e-atomic-next/action.yml index 6d550fceba1..09206be70a0 100644 --- a/.github/actions/e2e-atomic-next/action.yml +++ b/.github/actions/e2e-atomic-next/action.yml @@ -19,7 +19,7 @@ runs: install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: next-screenshots diff --git a/.github/actions/e2e-atomic-react/action.yml b/.github/actions/e2e-atomic-react/action.yml index 81f32585e4d..65567059a1c 100644 --- a/.github/actions/e2e-atomic-react/action.yml +++ b/.github/actions/e2e-atomic-react/action.yml @@ -18,7 +18,7 @@ runs: wait-on-timeout: 600000 install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: react-screenshots diff --git a/.github/actions/e2e-atomic-screenshots/action.yml b/.github/actions/e2e-atomic-screenshots/action.yml index b8eb01d1d54..b560a00f4e4 100644 --- a/.github/actions/e2e-atomic-screenshots/action.yml +++ b/.github/actions/e2e-atomic-screenshots/action.yml @@ -19,7 +19,7 @@ runs: wait-on-timeout: 600000 install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: cancelled() || failure() || success() with: name: result-lists-screenshots diff --git a/.github/actions/e2e-atomic/action.yml b/.github/actions/e2e-atomic/action.yml index 32e0fb6978f..f51f654b36e 100644 --- a/.github/actions/e2e-atomic/action.yml +++ b/.github/actions/e2e-atomic/action.yml @@ -32,7 +32,7 @@ runs: GITHUB_TOKEN: ${{ inputs.github-token }} SPLIT: ${{ inputs.SPLIT }} SPLIT_INDEX: ${{ inputs.SPLIT_INDEX }} - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: atomic-e2e-screenshots-${{ inputs.spec }} diff --git a/.github/actions/e2e-headless-ssr-app-dev/action.yml b/.github/actions/e2e-headless-ssr-app-dev/action.yml index 9fd6978fab3..4ef98b7f067 100644 --- a/.github/actions/e2e-headless-ssr-app-dev/action.yml +++ b/.github/actions/e2e-headless-ssr-app-dev/action.yml @@ -19,7 +19,7 @@ runs: install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: ssr-app-dev-screenshots diff --git a/.github/actions/e2e-headless-ssr-app-prod/action.yml b/.github/actions/e2e-headless-ssr-app-prod/action.yml index 9a83626e0c5..a10850781fd 100644 --- a/.github/actions/e2e-headless-ssr-app-prod/action.yml +++ b/.github/actions/e2e-headless-ssr-app-prod/action.yml @@ -19,7 +19,7 @@ runs: install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: ssr-app-prd-screenshots diff --git a/.github/actions/e2e-headless-ssr-pages-dev/action.yml b/.github/actions/e2e-headless-ssr-pages-dev/action.yml index 17ff3a5e5bf..918767318c0 100644 --- a/.github/actions/e2e-headless-ssr-pages-dev/action.yml +++ b/.github/actions/e2e-headless-ssr-pages-dev/action.yml @@ -19,7 +19,7 @@ runs: install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: ssr-page-dev-screenshots diff --git a/.github/actions/e2e-headless-ssr-pages-prod/action.yml b/.github/actions/e2e-headless-ssr-pages-prod/action.yml index 4ac2f52f1ad..6386e950ca3 100644 --- a/.github/actions/e2e-headless-ssr-pages-prod/action.yml +++ b/.github/actions/e2e-headless-ssr-pages-prod/action.yml @@ -19,7 +19,7 @@ runs: install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: ssr-pages-prd-screenshots diff --git a/.github/actions/e2e-iife/action.yml b/.github/actions/e2e-iife/action.yml index 4bb5a72dcbf..2ff947194ef 100644 --- a/.github/actions/e2e-iife/action.yml +++ b/.github/actions/e2e-iife/action.yml @@ -19,7 +19,7 @@ runs: install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: iife-screenshots diff --git a/.github/actions/e2e-quantic/action.yml b/.github/actions/e2e-quantic/action.yml index c07c20527a2..f637120efc8 100644 --- a/.github/actions/e2e-quantic/action.yml +++ b/.github/actions/e2e-quantic/action.yml @@ -26,7 +26,7 @@ runs: config: reporter=cypress/reporters/detailed-reporter.js env: GITHUB_TOKEN: ${{ inputs.github-token }} - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: quantic-screenshots-${{ inputs.spec}} diff --git a/.github/actions/e2e-stencil/action.yml b/.github/actions/e2e-stencil/action.yml index efaebc575fa..992432d89f8 100644 --- a/.github/actions/e2e-stencil/action.yml +++ b/.github/actions/e2e-stencil/action.yml @@ -18,7 +18,7 @@ runs: wait-on-timeout: 600000 install: false record: false - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: failure() with: name: stencil-sample-screenshots diff --git a/.github/actions/e2e-vuejs/action.yml b/.github/actions/e2e-vuejs/action.yml index 476fb765c81..7dd58fc31db 100644 --- a/.github/actions/e2e-vuejs/action.yml +++ b/.github/actions/e2e-vuejs/action.yml @@ -21,7 +21,7 @@ runs: # wait-on-timeout: 600000 # install: false # record: false - # - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + # - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 # if: failure() # with: # name: vue-screenshots