mirror of
https://github.com/hacs/integration.git
synced 2025-08-20 16:14:55 +00:00
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#4504)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.9...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact 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>
This commit is contained in:
4
.github/workflows/generate-hacs-data.yml
vendored
4
.github/workflows/generate-hacs-data.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
|||||||
environments: ${{ steps.combined.outputs.environments }}
|
environments: ${{ steps.combined.outputs.environments }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4.1.9
|
uses: actions/download-artifact@v4.2.1
|
||||||
with:
|
with:
|
||||||
path: outputdata
|
path: outputdata
|
||||||
|
|
||||||
@ -240,7 +240,7 @@ jobs:
|
|||||||
scripts/install/pip_packages --requirement requirements_generate_data.txt
|
scripts/install/pip_packages --requirement requirements_generate_data.txt
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4.1.9
|
uses: actions/download-artifact@v4.2.1
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.category }}
|
name: ${{ matrix.category }}
|
||||||
path: outputdata
|
path: outputdata
|
||||||
|
Reference in New Issue
Block a user