From def7665299e7f8b1a9431d6c09633ff275ab6c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:46:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.0 to 4.3.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/beyond-doubt.yaml | 4 ++-- .github/workflows/convincing.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beyond-doubt.yaml b/.github/workflows/beyond-doubt.yaml index 4d086098..9ed002c3 100644 --- a/.github/workflows/beyond-doubt.yaml +++ b/.github/workflows/beyond-doubt.yaml @@ -114,7 +114,7 @@ jobs: -e devenv=${{ matrix.env.dev }} -e purpose=${{ matrix.purpose }} -e opsenv=${{ matrix.env.ops }} - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 with: name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }} path: stack/solution/target/image-context @@ -168,7 +168,7 @@ jobs: -e opsenv=${{ matrix.env.ops }} -e reminder=${{ matrix.shard }} -e modulus=2 - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 if: ${{ !cancelled() }} with: name: e2e-test-report-${{ matrix.shard }}-${{ matrix.purpose }}-${{ matrix.env.ops }} diff --git a/.github/workflows/convincing.yaml b/.github/workflows/convincing.yaml index 16fa10c9..c9449403 100644 --- a/.github/workflows/convincing.yaml +++ b/.github/workflows/convincing.yaml @@ -73,7 +73,7 @@ jobs: require_tests: "${{ steps.images.outcome == 'failure' }}" fail_on_failure: false job_summary: false - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 if: ${{ !cancelled() }} with: name: test-coverage-report