Skip to content

Commit

Permalink
Merge pull request #226 from containers/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

[skip-ci] Update actions/upload-artifact action to v4.4.0
  • Loading branch information
Luap99 authored Oct 11, 2024
2 parents 8f39f4b + b896912 commit 8218f24
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.3.6
uses: actions/upload-artifact@v4.4.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.3.6
uses: actions/upload-artifact@v4.4.0
name: Archive triggering event JSON
with:
name: event.json.zip
Expand Down

0 comments on commit 8218f24

Please sign in to comment.