Skip to content

Commit 8527482

Browse files
chore(deps): update dependency actions/upload-artifact to v4.2.0 (#792)
[![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) | | minor | `v4.1.0` -> `v4.2.0` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | minor | `v4.1.0` -> `v4.2.0` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.2.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.2.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.1.0...v4.2.0) ##### What's Changed - Ability to overwrite an Artifact by [@&#8203;robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/501](https://togithub.com/actions/upload-artifact/pull/501) **Full Changelog**: actions/upload-artifact@v4...v4.2.0 </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/knope-dev/knope). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cb5d23 commit 8527482

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}
6161

6262
- name: Upload Artifact
63-
uses: actions/upload-artifact@v4.1.0
63+
uses: actions/upload-artifact@v4.2.0
6464
with:
6565
name: ${{ matrix.target }}
6666
path: ${{ env.archive_name }}.tgz

docs/src/content/docs/recipes/preview-releases-with-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
run: cp target/${{ matrix.target }}/release/knope ${{ env.archive_name }}
308308
309309
- name: Upload Artifact
310-
uses: actions/upload-artifact@v4.1.0
310+
uses: actions/upload-artifact@v4.2.0
311311
with:
312312
name: ${{ matrix.target }}
313313
path: ${{ env.archive_name }}.tgz

docs/src/content/docs/recipes/workflow-dispatch-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}
105105

106106
- name: Upload Artifact
107-
uses: actions/upload-artifact@v4.1.0
107+
uses: actions/upload-artifact@v4.2.0
108108
with:
109109
name: ${{ matrix.target }}
110110
path: ${{ env.archive_name }}.tgz

0 commit comments

Comments
 (0)