From b9186a2b38835dc2a87daf41704c50f5a4aed7cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:24:16 +0000 Subject: [PATCH] [skip-ci] Update actions/upload-artifact action to v4.4.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cirrus-ci_retrospective.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cirrus-ci_retrospective.yml b/.github/workflows/cirrus-ci_retrospective.yml index 44ec1e6..fe64738 100644 --- a/.github/workflows/cirrus-ci_retrospective.yml +++ b/.github/workflows/cirrus-ci_retrospective.yml @@ -230,7 +230,7 @@ jobs: # Provide an archive of files for debugging/analysis. - if: always() && steps.retro.outputs.do_intg == 'true' name: Archive event, build, and debugging output - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: pr_${{ steps.retro.outputs.prn }}_debug.zip path: ./test_artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7681f50..b6419f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: run: jq --indent 4 --color-output . ${{ github.event_path }} - if: always() - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 name: Archive triggering event JSON with: name: event.json.zip