Skip to content

Commit 60721ce

Browse files
authored
Merge pull request #4476 from kubernetes-client/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 1a16c79 + 993b4e1 commit 60721ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-crd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
-p ${{ github.event.inputs.generatingJavaPackage }} \
4949
-o "$(pwd)/${GEN_DIR}"
5050
ls -lh ${GEN_DIR}
51-
- uses: actions/upload-artifact@v5
51+
- uses: actions/upload-artifact@v6
5252
with:
5353
name: generated-java-crd-model
5454
path: |

0 commit comments

Comments
 (0)