Skip to content

Commit 5fac9da

Browse files
Update actions/upload-artifact action to v4
1 parent faf8948 commit 5fac9da

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)