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:
dependabot[bot]
2025-04-11 07:17:44 +02:00
committed by GitHub
parent d22300f4fa
commit 30284ded1c
3 changed files with 3 additions and 3 deletions

View File

@ -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: |

View File

@ -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

View File

@ -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: |