From 0c98f063b530f75cabecd52bfe9585ea2ac261c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:06:12 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.2 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e_cypress-action.yml | 2 +- .github/workflows/e2e_debug.yml | 2 +- .github/workflows/e2e_docker.yml | 2 +- .github/workflows/e2e_headful.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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