Skip to content

Commit

Permalink
[skip-ci] Update actions/upload-artifact action to v4.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent e3c74c2 commit 7067540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cirrus-ci_retrospective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7067540

Please sign in to comment.