From 26a339d99e050df0b64b03de1eee6076ec2fa7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 01:21:44 +0000 Subject: [PATCH] Bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dance-trust.yml | 2 +- .github/workflows/dance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dance-trust.yml b/.github/workflows/dance-trust.yml index aafc56429..7ed4cc0d1 100644 --- a/.github/workflows/dance-trust.yml +++ b/.github/workflows/dance-trust.yml @@ -94,7 +94,7 @@ jobs: - name: Upload logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compose-logs-${{ matrix.db }}-${{ matrix.test }} path: compose-logs.zip diff --git a/.github/workflows/dance.yml b/.github/workflows/dance.yml index efa8f3619..fec4ab7f3 100644 --- a/.github/workflows/dance.yml +++ b/.github/workflows/dance.yml @@ -116,7 +116,7 @@ jobs: - name: Upload logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compose-logs-${{ matrix.db }}-${{ matrix.test }} path: compose-logs.zip