Skip to content

Commit

Permalink
Merge #27
Browse files Browse the repository at this point in the history
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://togithub.com/actions/upload-artifact) | action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>actions/upload-artifact</summary>

### [`v3`](https://togithub.com/actions/upload-artifact/compare/v2...v3)

[Compare Source](https://togithub.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 <[email protected]>
  • Loading branch information
bors[bot] and renovate-bot authored Jun 22, 2022
2 parents f6dfbf0 + f511040 commit 421c3fd
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 @@ -63,7 +63,7 @@ jobs:
gzip -f9 $final_binary
- name: Archive binary artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: binaries
if-no-files-found: warn
Expand Down

0 comments on commit 421c3fd

Please sign in to comment.