File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
core.summary.write()
107
107
108
108
- name : Upload artifacts
109
- uses : actions/upload-artifact@v4.4.3
109
+ uses : actions/upload-artifact@v4.5.0
110
110
with :
111
111
name : ${{ matrix.category }}
112
112
path : |
Original file line number Diff line number Diff line change 42
42
run : ${{ github.workspace }}/scripts/install/frontend
43
43
44
44
- name : 📤 Upload zip to action
45
- uses : actions/upload-artifact@v4.4.3
45
+ uses : actions/upload-artifact@v4.5.0
46
46
if : ${{ github.event_name == 'push' }}
47
47
with :
48
48
name : hacs
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
python3 -m scripts.data.validate_category_data ${{ matrix.entry.category }} outputdata/${{ matrix.entry.category }}/data.json
158
158
159
159
- name : Upload artifact
160
- uses : actions/upload-artifact@v4.4.3
160
+ uses : actions/upload-artifact@v4.5.0
161
161
with :
162
162
name : " ${{ matrix.entry.category }}_${{ strategy.job-index }}"
163
163
path : |
You can’t perform that action at this time.
0 commit comments