Skip to content

Commit 89c2be7

Browse files
authored
chore(deps): Update dawidd6/action-download-artifact action to v12 (#2399)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [dawidd6/action-download-artifact](https://redirect.github.com/dawidd6/action-download-artifact) | action | major | `v11` -> `v12` | `v14` (+1) | --- ### Release Notes <details> <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary> ### [`v12`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v12) [Compare Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v11...v12) #### What's Changed - add missing merge_multiple docs by [@&#8203;timostroehlein](https://redirect.github.com/timostroehlein) in [https://github.com/dawidd6/action-download-artifact/pull/331](https://redirect.github.com/dawidd6/action-download-artifact/pull/331) - build(deps): bump actions/upload-artifact from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/333](https://redirect.github.com/dawidd6/action-download-artifact/pull/333)3 - build(deps): bump actions/checkout from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/332](https://redirect.github.com/dawidd6/action-download-artifact/pull/332)2 - build(deps): bump filesize from 9.0.11 to 11.0.13 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/334](https://redirect.github.com/dawidd6/action-download-artifact/pull/334)4 - build(deps): bump [@&#8203;actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 2.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/336](https://redirect.github.com/dawidd6/action-download-artifact/pull/336)6 - build(deps): bump [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) from 2.3.2 to 5.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/335](https://redirect.github.com/dawidd6/action-download-artifact/pull/335)5 - build(deps): bump glob from 10.4.5 to 10.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/338](https://redirect.github.com/dawidd6/action-download-artifact/pull/338)8 - node_modules: update by [@&#8203;dawidd6](https://redirect.github.com/dawidd6) in [https://github.com/dawidd6/action-download-artifact/pull/343](https://redirect.github.com/dawidd6/action-download-artifact/pull/343) - build(deps): bump peter-evans/create-pull-request from 7 to 8 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/dawidd6/action-download-artifact/pull/344](https://redirect.github.com/dawidd6/action-download-artifact/pull/344)4 - node_modules: update by [@&#8203;dawidd6](https://redirect.github.com/dawidd6) in [https://github.com/dawidd6/action-download-artifact/pull/347](https://redirect.github.com/dawidd6/action-download-artifact/pull/347) **Full Changelog**: dawidd6/action-download-artifact@v11...v12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 78985aa commit 89c2be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This posts the status to the PR/commit
1919
- uses: haya14busa/action-workflow_run-status@v1
2020
- name: Download benchmarks
21-
uses: dawidd6/action-download-artifact@v11
21+
uses: dawidd6/action-download-artifact@v12
2222
with:
2323
# This is the workflow that triggered this run
2424
workflow: ${{ github.event.workflow.id }}

0 commit comments

Comments
 (0)