diff --git a/.github/workflows/e2e_cypress-action.yml b/.github/workflows/e2e_cypress-action.yml index ea06af5b9..67272eabe 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # pin@v2 if: always() with: name: e2e-artifacts diff --git a/.github/workflows/e2e_debug.yml b/.github/workflows/e2e_debug.yml index bf87fe882..7fb58dfba 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # pin@v2 if: always() with: name: e2e-artifacts diff --git a/.github/workflows/e2e_docker.yml b/.github/workflows/e2e_docker.yml index b40b583d0..6d043d363 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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..55960f275 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # pin@v2 if: always() with: name: e2e-artifacts