Skip to content

Commit b5c73a2

Browse files
authored
chore(deps): Update dawidd6/action-download-artifact action to v8 (#2071)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact) | action | major | `v7` -> `v8` | --- ### Release Notes <details> <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary> ### [`v8`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v8) [Compare Source](https://togithub.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 [@&#8203;haines](https://togithub.com/haines) in [https://github.com/dawidd6/action-download-artifact/pull/318](https://togithub.com/dawidd6/action-download-artifact/pull/318) - Unzip by [@&#8203;dawidd6](https://togithub.com/dawidd6) in [https://github.com/dawidd6/action-download-artifact/pull/325](https://togithub.com/dawidd6/action-download-artifact/pull/325) #### New Contributors - [@&#8203;haines](https://togithub.com/haines) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/318](https://togithub.com/dawidd6/action-download-artifact/pull/318) **Full Changelog**: dawidd6/action-download-artifact@v7...v8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 66793b9 commit b5c73a2

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@v7
17+
uses: dawidd6/action-download-artifact@v8
1818
with:
1919
# This is the workflow that triggered this run
2020
workflow: ${{ github.event.workflow.id }}

0 commit comments

Comments
 (0)