From db2d0a60f30509ad293ddceccadb77486d824f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:42:23 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/89ef406dd8d7e03cfd12d9e0a4a378f454709029...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/app-upgrade-mysql.yml | 2 +- .github/workflows/app-upgrade-postgres.yml | 2 +- .github/workflows/cypress-e2e.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-upgrade-mysql.yml b/.github/workflows/app-upgrade-mysql.yml index 1f6c52eba..2e274b10e 100644 --- a/.github/workflows/app-upgrade-mysql.yml +++ b/.github/workflows/app-upgrade-mysql.yml @@ -142,7 +142,7 @@ jobs: ./occ collectives:create --owner alice YetAnotherNewCollective - name: Upload nextcloud logs - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: always() with: name: nextcloud.log diff --git a/.github/workflows/app-upgrade-postgres.yml b/.github/workflows/app-upgrade-postgres.yml index 0f70f647e..7101ac324 100644 --- a/.github/workflows/app-upgrade-postgres.yml +++ b/.github/workflows/app-upgrade-postgres.yml @@ -139,7 +139,7 @@ jobs: ./occ collectives:create --owner alice YetAnotherNewCollective - name: Upload nextcloud logs - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: always() with: name: nextcloud.log diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index f93a77d24..f614bbf60 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -248,7 +248,7 @@ jobs: SPLIT_INDEX: ${{ env.container_index }} - name: Upload snapshots - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: failure() with: name: screenshots_${{ matrix.server-versions }}_${{ matrix.containers }} @@ -256,7 +256,7 @@ jobs: retention-days: 5 - name: Upload NC logs - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: failure() with: name: nc_logs_${{ matrix.server-versions }}_${{ matrix.containers }}.log