Skip to content

Commit 66c8352

Browse files
authored
Merge pull request #168 from janog-netcon/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents b7d0f52 + 5fac9da commit 66c8352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Build
121121
run: make kubectl-netcon-build
122122
- name: Upload
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: kubectl-netcon
126126
path: ./kubectl-netcon

0 commit comments

Comments
 (0)