Skip to content

Commit e070aa8

Browse files
authored
Merge pull request #4349 from kubernetes-client/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents efb1d97 + 296e1d4 commit e070aa8

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@v4
51+
- uses: actions/upload-artifact@v5
5252
with:
5353
name: generated-java-crd-model
5454
path: |

0 commit comments

Comments
 (0)