Commit 745ad9b
authored
[deps]: Update dawidd6/action-download-artifact action to v11 (#1284)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[dawidd6/action-download-artifact](https://redirect.github.com/dawidd6/action-download-artifact)
| action | major | `v6` -> `v11` |
---
### Release Notes
<details>
<summary>dawidd6/action-download-artifact
(dawidd6/action-download-artifact)</summary>
###
[`v11`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v11)
[Compare
Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v10...v11)
**Full Changelog**:
<dawidd6/action-download-artifact@v10...v11>
###
[`v10`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v10)
[Compare
Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v9...v10)
#### What's Changed
- Fix the download-commit test to actually look for a commit by
[@​mstorsjo](https://redirect.github.com/mstorsjo) in
[#​330](https://redirect.github.com/dawidd6/action-download-artifact/pull/330)
- Add the option "ref", specifying either a commit or a branch by
[@​mstorsjo](https://redirect.github.com/mstorsjo) in
[#​329](https://redirect.github.com/dawidd6/action-download-artifact/pull/329)
#### New Contributors
- [@​mstorsjo](https://redirect.github.com/mstorsjo) made their
first contribution in
[#​330](https://redirect.github.com/dawidd6/action-download-artifact/pull/330)
**Full Changelog**:
<dawidd6/action-download-artifact@v9...v10>
###
[`v9`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v9)
[Compare
Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v8...v9)
##### What's Changed
- add merge\_multiple option by
[@​timostroehlein](https://redirect.github.com/timostroehlein) in
[#​327](https://redirect.github.com/dawidd6/action-download-artifact/pull/327)
##### New Contributors
- [@​timostroehlein](https://redirect.github.com/timostroehlein)
made their first contribution in
[#​327](https://redirect.github.com/dawidd6/action-download-artifact/pull/327)
**Full Changelog**:
<dawidd6/action-download-artifact@v8...v9>
###
[`v8`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v8)
[Compare
Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v7...v8)
##### New features
- `use_unzip` boolean input (defaulting to false) - if set to true, the
action will use system provided `unzip` utility for unpacking downloaded
artifact(s) (note that the action will first download the .zip artifact
file, then unpack it and remove the .zip file)
##### What's Changed
- README: v7 by [@​haines](https://redirect.github.com/haines) in
[#​318](https://redirect.github.com/dawidd6/action-download-artifact/pull/318)
- Unzip by [@​dawidd6](https://redirect.github.com/dawidd6) in
[#​325](https://redirect.github.com/dawidd6/action-download-artifact/pull/325)
##### New Contributors
- [@​haines](https://redirect.github.com/haines) made their first
contribution in
[#​318](https://redirect.github.com/dawidd6/action-download-artifact/pull/318)
**Full Changelog**:
<dawidd6/action-download-artifact@v7...v8>
###
[`v7`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v7)
[Compare
Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v6...v7)
##### What's Changed
- build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​299](https://redirect.github.com/dawidd6/action-download-artifact/pull/299)
- build(deps): bump
[@​actions/artifact](https://redirect.github.com/actions/artifact)
from 2.1.7 to 2.1.9 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​300](https://redirect.github.com/dawidd6/action-download-artifact/pull/300)
- build(deps): bump adm-zip from 0.5.14 to 0.5.15 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​301](https://redirect.github.com/dawidd6/action-download-artifact/pull/301)
- build(deps): bump adm-zip from 0.5.15 to 0.5.16 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​306](https://redirect.github.com/dawidd6/action-download-artifact/pull/306)
- build(deps): bump path-to-regexp from 6.2.2 to 6.3.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​307](https://redirect.github.com/dawidd6/action-download-artifact/pull/307)
- build(deps): bump
[@​actions/artifact](https://redirect.github.com/actions/artifact)
from 2.1.9 to 2.1.10 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​311](https://redirect.github.com/dawidd6/action-download-artifact/pull/311)
- build(deps): bump
[@​actions/core](https://redirect.github.com/actions/core) from
1.10.1 to 1.11.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​310](https://redirect.github.com/dawidd6/action-download-artifact/pull/310)
- build(deps): bump
[@​actions/core](https://redirect.github.com/actions/core) from
1.11.0 to 1.11.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​312](https://redirect.github.com/dawidd6/action-download-artifact/pull/312)
- build(deps): bump
[@​actions/artifact](https://redirect.github.com/actions/artifact)
from 2.1.10 to 2.1.11 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​313](https://redirect.github.com/dawidd6/action-download-artifact/pull/313)
- build(deps): Fix cross-spawn >=7.0.0 <= 7.0.5 vulnerability by
[@​alexcouret](https://redirect.github.com/alexcouret) in
[#​317](https://redirect.github.com/dawidd6/action-download-artifact/pull/317)
##### New Contributors
- [@​alexcouret](https://redirect.github.com/alexcouret) made
their first contribution in
[#​317](https://redirect.github.com/dawidd6/action-download-artifact/pull/317)
**Full Changelog**:
<dawidd6/action-download-artifact@v6...v7>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week
of the year before 4am on Monday" (UTC), 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, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bitwarden/sdk-sm).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTMxLjkiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 26924d4 commit 745ad9b
File tree
3 files changed
+3
-3
lines changed- .github/workflows
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments