Skip to content

Commit 53d5055

Browse files
chore(deps): Update dawidd6/action-download-artifact action to v19 (#2475)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dawidd6/action-download-artifact](https://redirect.github.com/dawidd6/action-download-artifact) | action | major | `v15` → `v19` | --- ### Release Notes <details> <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary> ### [`v19`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v19) [Compare Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v18...v19) #### What's Changed - build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;385](https://redirect.github.com/dawidd6/action-download-artifact/pull/385) - node\_modules: update by [@&#8203;dawidd6](https://redirect.github.com/dawidd6) in [#&#8203;386](https://redirect.github.com/dawidd6/action-download-artifact/pull/386) **Full Changelog**: <dawidd6/action-download-artifact@v18...v19> ### [`v18`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v18) [Compare Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v17...v18) #### What's Changed - build(deps): bump [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) from 6.2.0 to 6.2.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;381](https://redirect.github.com/dawidd6/action-download-artifact/pull/381) - build(deps): bump undici from 6.23.0 to 6.24.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;382](https://redirect.github.com/dawidd6/action-download-artifact/pull/382) - node\_modules: update by [@&#8203;dawidd6](https://redirect.github.com/dawidd6) in [#&#8203;383](https://redirect.github.com/dawidd6/action-download-artifact/pull/383) **Full Changelog**: <dawidd6/action-download-artifact@v17...v18> ### [`v17`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v17) [Compare Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v16...v17) #### What's Changed - build(deps): bump [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;376](https://redirect.github.com/dawidd6/action-download-artifact/pull/376) - build(deps): bump actions/upload-artifact from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;377](https://redirect.github.com/dawidd6/action-download-artifact/pull/377) - build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;378](https://redirect.github.com/dawidd6/action-download-artifact/pull/378) - node\_modules: update by [@&#8203;dawidd6](https://redirect.github.com/dawidd6) in [#&#8203;379](https://redirect.github.com/dawidd6/action-download-artifact/pull/379) - Update Node version from 20 to 24 **Full Changelog**: <dawidd6/action-download-artifact@v16...v17> ### [`v16`](https://redirect.github.com/dawidd6/action-download-artifact/releases/tag/v16) [Compare Source](https://redirect.github.com/dawidd6/action-download-artifact/compare/v15...v16) #### What's Changed - build(deps): bump minimatch by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;374](https://redirect.github.com/dawidd6/action-download-artifact/pull/374) - node\_modules: update by [@&#8203;dawidd6](https://redirect.github.com/dawidd6) in [#&#8203;375](https://redirect.github.com/dawidd6/action-download-artifact/pull/375) **Full Changelog**: <dawidd6/action-download-artifact@v15...v16> </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:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent d478f51 commit 53d5055

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@967ed83efa565c257675ed70cfe5231f062ddd94 # v1
2020
- name: Download benchmarks
21-
uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
21+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
2222
with:
2323
# This is the workflow that triggered this run
2424
workflow: ${{ github.event.workflow.id }}

0 commit comments

Comments
 (0)