Skip to content

Commit 0432092

Browse files
authoredJun 13, 2024
chore(deps): Update dawidd6/action-download-artifact action to v6 (#1732)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact) | action | major | `v3` -> `v6` | --- ### Release Notes <details> <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary> ### [`v6`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v6) [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v5...v6) **Full Changelog**: dawidd6/action-download-artifact@v5...v6 ### [`v5`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v5) [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v4...v5) **Full Changelog**: dawidd6/action-download-artifact@v4...v5 ### [`v4`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v4) [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v3...v4) #### What's Changed - **VERSIONING CHANGE**: now there will only be major releases of this action, e.g. v5, v6 and so on - build(deps): bump undici from 5.28.3 to 5.28.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/284](https://togithub.com/dawidd6/action-download-artifact/pull/284) - build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.4 to 2.1.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/285](https://togithub.com/dawidd6/action-download-artifact/pull/285) - build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.5 to 2.1.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/287](https://togithub.com/dawidd6/action-download-artifact/pull/287) - build(deps): bump adm-zip from 0.5.12 to 0.5.13 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/289](https://togithub.com/dawidd6/action-download-artifact/pull/289) - Set allow_forks to false by default by [@&#8203;timweri](https://togithub.com/timweri) in [https://github.com/dawidd6/action-download-artifact/pull/290](https://togithub.com/dawidd6/action-download-artifact/pull/290) #### New Contributors - [@&#8203;timweri](https://togithub.com/timweri) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/290](https://togithub.com/dawidd6/action-download-artifact/pull/290) **Full Changelog**: dawidd6/action-download-artifact@v3...v4 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 99a2b89 commit 0432092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/unittest-post.yml

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

1 commit comments

Comments
 (1)

github-actions[bot] commented on Jun 13, 2024

@github-actions[bot]

⏱️ Benchmark results

  • Glob-8 ns/op: 92.53
Please sign in to comment.