Skip to content

Commit fcf1a47

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (kroxylicious#3061)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a2eefb commit fcf1a47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo ${{ github.event.number }} > PR_NUMBER.txt
5656
- name: Archive PR number
5757
if: github.event_name == 'pull_request'
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: PR_NUMBER
6161
path: PR_NUMBER.txt

.github/workflows/operator-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: echo ${{ github.event.number }} > PR_NUMBER.txt
9898
- name: Archive PR number
9999
if: github.event_name == 'pull_request'
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: PR_NUMBER
103103
path: PR_NUMBER.txt

.github/workflows/stage_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
'$ARGS.named' > RELEASE_STATE.json
162162
163163
- name: 'Archive release state (used by the promote workflow)'
164-
uses: actions/upload-artifact@v5
164+
uses: actions/upload-artifact@v6
165165
with:
166166
name: RELEASE_STATE.json
167167
path: RELEASE_STATE.json

0 commit comments

Comments
 (0)