Skip to content

Commit 3c2f729

Browse files
authored
chore(deps): Update dawidd6/action-download-artifact action to v11 (#2269)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dawidd6/action-download-artifact](https://redirect.github.com/dawidd6/action-download-artifact) | action | major | `v8` -> `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 [@&#8203;mstorsjo](https://redirect.github.com/mstorsjo) in [https://github.com/dawidd6/action-download-artifact/pull/330](https://redirect.github.com/dawidd6/action-download-artifact/pull/330) - Add the option "ref", specifying either a commit or a branch by [@&#8203;mstorsjo](https://redirect.github.com/mstorsjo) in [https://github.com/dawidd6/action-download-artifact/pull/329](https://redirect.github.com/dawidd6/action-download-artifact/pull/329) #### New Contributors - [@&#8203;mstorsjo](https://redirect.github.com/mstorsjo) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/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 [@&#8203;timostroehlein](https://redirect.github.com/timostroehlein) in [https://github.com/dawidd6/action-download-artifact/pull/327](https://redirect.github.com/dawidd6/action-download-artifact/pull/327) #### New Contributors - [@&#8203;timostroehlein](https://redirect.github.com/timostroehlein) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/327](https://redirect.github.com/dawidd6/action-download-artifact/pull/327) **Full Changelog**: dawidd6/action-download-artifact@v8...v9 </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 fdd4f27 commit 3c2f729

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
@@ -14,7 +14,7 @@ jobs:
1414
# This posts the status to the PR/commit
1515
- uses: haya14busa/action-workflow_run-status@v1
1616
- name: Download benchmarks
17-
uses: dawidd6/action-download-artifact@v8
17+
uses: dawidd6/action-download-artifact@v11
1818
with:
1919
# This is the workflow that triggered this run
2020
workflow: ${{ github.event.workflow.id }}

0 commit comments

Comments
 (0)