From 7067540a52752dbd61e57da597c59859fac0f1ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:43:35 +0000 Subject: [PATCH] [skip-ci] Update actions/upload-artifact action to v4.5.0 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 fe64738..1beb4c5 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.3 + uses: actions/upload-artifact@v4.5.0 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 b6419f8..e296428 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.3 + uses: actions/upload-artifact@v4.5.0 name: Archive triggering event JSON with: name: event.json.zip