Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3713 from kubernetes-sigs/dependab…
Browse files Browse the repository at this point in the history
…ot/github_actions/actions/upload-artifact-4

🌱 Bump actions/upload-artifact from 3 to 4
  • Loading branch information
k8s-ci-robot committed Dec 19, 2023
2 parents c13eb15 + 6e4d164 commit 42c5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kubebuilder
path: dist/*
Expand Down

0 comments on commit 42c5220

Please sign in to comment.