Skip to content

Commit

Permalink
Merge pull request #192 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.3.3
  • Loading branch information
cevich committed Apr 23, 2024
2 parents badedd4 + 1bd2fbd commit 5d234f1
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
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.2
uses: actions/upload-artifact@v4.3.3
with:
name: pr_${{ steps.retro.outputs.prn }}_debug.zip
path: ./test_artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -145,7 +145,7 @@ jobs:
run: jq --indent 4 --color-output . ${{ github.event_path }}

- if: always()
uses: actions/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.3.3
name: Archive triggering event JSON
with:
name: event.json.zip
Expand Down

0 comments on commit 5d234f1

Please sign in to comment.