Skip to content

Commit 50c43af

Browse files
authored
Merge pull request #237 from containers/renovate/actions-upload-artifact-4.x
[skip-ci] Update actions/upload-artifact action to v4.6.0
2 parents cd25910 + 0f5226e commit 50c43af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cirrus-ci_retrospective.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
# Provide an archive of files for debugging/analysis.
223223
- if: always() && steps.retro.outputs.do_intg == 'true'
224224
name: Archive event, build, and debugging output
225-
uses: actions/upload-artifact@v4.5.0
225+
uses: actions/upload-artifact@v4.6.0
226226
with:
227227
name: pr_${{ steps.retro.outputs.prn }}_debug.zip
228228
path: ./test_artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: jq --indent 4 --color-output . ${{ github.event_path }}
146146

147147
- if: always()
148-
uses: actions/upload-artifact@v4.5.0
148+
uses: actions/upload-artifact@v4.6.0
149149
name: Archive triggering event JSON
150150
with:
151151
name: event.json.zip

0 commit comments

Comments
 (0)