Skip to content

Commit afc59c5

Browse files
authoredApr 25, 2024··
chore(deps): update dependency actions/upload-artifact to v4.3.3 (#1032)
[![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) | | patch | `v4.3.2` -> `v4.3.3` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | patch | `v4.3.2` -> `v4.3.3` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.3.3`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.3) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.2...v4.3.3) ##### What's Changed - updating `@actions/artifact` dependency to v2.1.6 by [@&#8203;eggyhead](https://togithub.com/eggyhead) in [https://github.com/actions/upload-artifact/pull/565](https://togithub.com/actions/upload-artifact/pull/565) **Full Changelog**: actions/upload-artifact@v4.3.2...v4.3.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86ed1dc commit afc59c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/release.yml

+1-1
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.3.2
63+
uses: actions/upload-artifact@v4.3.3
6464
with:
6565
name: ${{ matrix.target }}
6666
path: ${{ env.archive_name }}.tgz

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
run: cp target/${{ matrix.target }}/release/knope ${{ env.archive_name }}
312312
313313
- name: Upload Artifact
314-
uses: actions/upload-artifact@v4.3.2
314+
uses: actions/upload-artifact@v4.3.3
315315
with:
316316
name: ${{ matrix.target }}
317317
path: ${{ env.archive_name }}.tgz

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

+1-1
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.3.2
107+
uses: actions/upload-artifact@v4.3.3
108108
with:
109109
name: ${{ matrix.target }}
110110
path: ${{ env.archive_name }}.tgz

0 commit comments

Comments
 (0)
Please sign in to comment.