mirror of
https://github.com/hacs/integration.git
synced 2025-08-16 17:12:38 +00:00
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#4505)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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:
2
.github/workflows/generate-hacs-data.yml
vendored
2
.github/workflows/generate-hacs-data.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
core.summary.write()
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4.6.1
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
name: ${{ matrix.category }}
|
||||
path: |
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
run: ${{ github.workspace }}/scripts/install/frontend
|
||||
|
||||
- name: 📤 Upload zip to action
|
||||
uses: actions/upload-artifact@v4.6.1
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
with:
|
||||
name: hacs
|
||||
|
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -157,7 +157,7 @@ jobs:
|
||||
python3 -m scripts.data.validate_category_data ${{ matrix.entry.category }} outputdata/${{ matrix.entry.category }}/data.json
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4.6.1
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
name: "${{ matrix.entry.category }}_${{ strategy.job-index }}"
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user