From d728949db41d745f900519e2966004ad4627e22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:53:29 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#328) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 40c3faab..101f30d5 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