Skip to content

Commit db1aa93

Browse files
authored
Merge pull request #5270 from kubernetes-sigs/dependabot/github_actions/actions/upload-artifact-6
🌱 Bump actions/upload-artifact from 5 to 6
2 parents 559d31f + 8f600d9 commit db1aa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Upload assets
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: kubebuilder
4242
path: dist/*

0 commit comments

Comments
 (0)