Skip to content

Commit 014719b

Browse files
authored
chore(deps): Update dawidd6/action-download-artifact action to v7 (#2034)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact) | action | major | `v6` -> `v7` | --- ### Release Notes <details> <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary> ### [`v7`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v7) [Compare Source](https://togithub.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 [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/299](https://togithub.com/dawidd6/action-download-artifact/pull/299) - build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.7 to 2.1.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/300](https://togithub.com/dawidd6/action-download-artifact/pull/300) - build(deps): bump adm-zip from 0.5.14 to 0.5.15 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/301](https://togithub.com/dawidd6/action-download-artifact/pull/301) - build(deps): bump adm-zip from 0.5.15 to 0.5.16 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/306](https://togithub.com/dawidd6/action-download-artifact/pull/306) - build(deps): bump path-to-regexp from 6.2.2 to 6.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/307](https://togithub.com/dawidd6/action-download-artifact/pull/307) - build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.9 to 2.1.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/311](https://togithub.com/dawidd6/action-download-artifact/pull/311) - build(deps): bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.1 to 1.11.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/310](https://togithub.com/dawidd6/action-download-artifact/pull/310) - build(deps): bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.11.0 to 1.11.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/312](https://togithub.com/dawidd6/action-download-artifact/pull/312) - build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.10 to 2.1.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/313](https://togithub.com/dawidd6/action-download-artifact/pull/313) - build(deps): Fix cross-spawn >=7.0.0 <= 7.0.5 vulnerability by [@&#8203;alexcouret](https://togithub.com/alexcouret) in [https://github.com/dawidd6/action-download-artifact/pull/317](https://togithub.com/dawidd6/action-download-artifact/pull/317) #### New Contributors - [@&#8203;alexcouret](https://togithub.com/alexcouret) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/317](https://togithub.com/dawidd6/action-download-artifact/pull/317) **Full Changelog**: dawidd6/action-download-artifact@v6...v7 </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 58d29b3 commit 014719b

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

0 commit comments

Comments
 (0)