diff --git a/.github/workflows/e2e_cypress-action.yml b/.github/workflows/e2e_cypress-action.yml index ea06af5b9..2f25e1a8b 100644 --- a/.github/workflows/e2e_cypress-action.yml +++ b/.github/workflows/e2e_cypress-action.yml @@ -85,7 +85,7 @@ jobs: DISPLAY: :0.0 - name: Archive e2e artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2 if: always() with: name: e2e-artifacts diff --git a/.github/workflows/e2e_debug.yml b/.github/workflows/e2e_debug.yml index bf87fe882..29bee11e7 100644 --- a/.github/workflows/e2e_debug.yml +++ b/.github/workflows/e2e_debug.yml @@ -90,7 +90,7 @@ jobs: DISPLAY: :0.0 - name: Archive e2e artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2 if: always() with: name: e2e-artifacts diff --git a/.github/workflows/e2e_docker.yml b/.github/workflows/e2e_docker.yml index b40b583d0..94a6c5d02 100644 --- a/.github/workflows/e2e_docker.yml +++ b/.github/workflows/e2e_docker.yml @@ -61,7 +61,7 @@ jobs: COMMIT_INFO_SHA: ${{ github.event.pull_request.head.sha }} - name: Archive e2e artifacts (${{ matrix.resolution }} res) - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2 if: always() with: name: e2e-artifacts-${{ matrix.resolution }}-res diff --git a/.github/workflows/e2e_headful.yml b/.github/workflows/e2e_headful.yml index b46a78be3..0d55313d7 100644 --- a/.github/workflows/e2e_headful.yml +++ b/.github/workflows/e2e_headful.yml @@ -74,7 +74,7 @@ jobs: DISPLAY: :0.0 - name: Archive e2e artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2 if: always() with: name: e2e-artifacts