mirror of
https://github.com/hacs/integration.git
synced 2025-07-23 02:55:44 +00:00
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#4563)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](95815c38cf...d3f86a106a
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Sørensen <joasoe@proton.me>
This commit is contained in:
4
.github/workflows/generate-hacs-data.yml
vendored
4
.github/workflows/generate-hacs-data.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
||||
environments: ${{ steps.combined.outputs.environments }}
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
with:
|
||||
path: outputdata
|
||||
|
||||
@ -242,7 +242,7 @@ jobs:
|
||||
scripts/install/pip_packages --requirement requirements_generate_data.txt
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
with:
|
||||
name: ${{ matrix.category }}
|
||||
path: outputdata
|
||||
|
Reference in New Issue
Block a user