File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 core.summary.write()
109109
110110 - name : Upload artifacts
111- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
111+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
112112 with :
113113 name : ${{ matrix.category }}
114114 path : |
@@ -128,7 +128,7 @@ jobs:
128128 environments : ${{ steps.combined.outputs.environments }}
129129 steps :
130130 - name : Download artifacts
131- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
131+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
132132 with :
133133 path : outputdata
134134
@@ -242,7 +242,7 @@ jobs:
242242 scripts/install/pip_packages --requirement requirements_generate_data.txt
243243
244244 - name : Download artifacts
245- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
245+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
246246 with :
247247 name : ${{ matrix.category }}
248248 path : outputdata
Original file line number Diff line number Diff line change 4444 run : ${{ github.workspace }}/scripts/install/frontend
4545
4646 - name : 📤 Upload zip to action
47- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
47+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
4848 if : ${{ github.event_name == 'push' }}
4949 with :
5050 name : hacs
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 python3 -m scripts.data.validate_category_data ${{ matrix.entry.category }} outputdata/${{ matrix.entry.category }}/data.json
160160
161161 - name : Upload artifact
162- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
162+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
163163 with :
164164 name : " ${{ matrix.entry.category }}_${{ strategy.job-index }}"
165165 path : |
You can’t perform that action at this time.
0 commit comments