Skip to content

Commit a914be8

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 284da50 commit a914be8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-hacs-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
core.summary.write()
107107
108108
- name: Upload artifacts
109-
uses: actions/upload-artifact@v4.4.3
109+
uses: actions/upload-artifact@v4.5.0
110110
with:
111111
name: ${{ matrix.category }}
112112
path: |

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ${{ github.workspace }}/scripts/install/frontend
4343

4444
- name: 📤 Upload zip to action
45-
uses: actions/upload-artifact@v4.4.3
45+
uses: actions/upload-artifact@v4.5.0
4646
if: ${{ github.event_name == 'push' }}
4747
with:
4848
name: hacs

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
python3 -m scripts.data.validate_category_data ${{ matrix.entry.category }} outputdata/${{ matrix.entry.category }}/data.json
158158
159159
- name: Upload artifact
160-
uses: actions/upload-artifact@v4.4.3
160+
uses: actions/upload-artifact@v4.5.0
161161
with:
162162
name: "${{ matrix.entry.category }}_${{ strategy.job-index }}"
163163
path: |

0 commit comments

Comments
 (0)