Skip to content

Commit 944cf82

Browse files
authored
Merge pull request #2951 from kubernetes-client/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents 67a32a4 + 8a3f38e commit 944cf82

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

0 commit comments

Comments
 (0)