diff --git a/.github/workflows/cirrus-ci_retrospective.yml b/.github/workflows/cirrus-ci_retrospective.yml index 5f49c29..44ec1e6 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.3.6 + uses: actions/upload-artifact@v4.4.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 22dabc5..7681f50 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.3.6 + uses: actions/upload-artifact@v4.4.0 name: Archive triggering event JSON with: name: event.json.zip