From 4ccef486b7d7294ae8ded9376879ae11777dad5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:14:13 -0600 Subject: [PATCH] chore(deps): update dependency actions/upload-artifact to v4.3.2 (#1024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.1` -> `v4.3.2` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | patch | `v4.3.1` -> `v4.3.2` | --- ### Release Notes
actions/upload-artifact (actions/upload-artifact) ### [`v4.3.2`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.2) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.1...v4.3.2) #### What's Changed - Update release-new-action-version.yml by [@​konradpabjan](https://togithub.com/konradpabjan) in [https://github.com/actions/upload-artifact/pull/516](https://togithub.com/actions/upload-artifact/pull/516) - Minor fix to the migration readme by [@​andrewakim](https://togithub.com/andrewakim) in [https://github.com/actions/upload-artifact/pull/523](https://togithub.com/actions/upload-artifact/pull/523) - Update readme with v3/v2/v1 deprecation notice by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/561](https://togithub.com/actions/upload-artifact/pull/561) - updating `@actions/artifact` dependency to v2.1.5 and `@actions/core` to v1.0.1 by [@​eggyhead](https://togithub.com/eggyhead) in [https://github.com/actions/upload-artifact/pull/562](https://togithub.com/actions/upload-artifact/pull/562) #### New Contributors - [@​andrewakim](https://togithub.com/andrewakim) made their first contribution in [https://github.com/actions/upload-artifact/pull/523](https://togithub.com/actions/upload-artifact/pull/523) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .../docs/recipes/1-preview-releases-with-pull-requests.md | 2 +- docs/src/content/docs/recipes/workflow-dispatch-releases.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de045f35..89c75c05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }} - name: Upload Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: ${{ matrix.target }} path: ${{ env.archive_name }}.tgz diff --git a/docs/src/content/docs/recipes/1-preview-releases-with-pull-requests.md b/docs/src/content/docs/recipes/1-preview-releases-with-pull-requests.md index d53bdb26..6a06aa62 100644 --- a/docs/src/content/docs/recipes/1-preview-releases-with-pull-requests.md +++ b/docs/src/content/docs/recipes/1-preview-releases-with-pull-requests.md @@ -311,7 +311,7 @@ jobs: run: cp target/${{ matrix.target }}/release/knope ${{ env.archive_name }} - name: Upload Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: ${{ matrix.target }} path: ${{ env.archive_name }}.tgz diff --git a/docs/src/content/docs/recipes/workflow-dispatch-releases.md b/docs/src/content/docs/recipes/workflow-dispatch-releases.md index a6b2a08e..62a8a4b7 100644 --- a/docs/src/content/docs/recipes/workflow-dispatch-releases.md +++ b/docs/src/content/docs/recipes/workflow-dispatch-releases.md @@ -104,7 +104,7 @@ jobs: run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }} - name: Upload Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: ${{ matrix.target }} path: ${{ env.archive_name }}.tgz