File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8989 env :
9090 IS_TEST : " true"
9191 - name : Upload bundle stats
92- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9393 with :
9494 name : frontend-bundle-stats
9595 path : build/stats/*.json
@@ -113,7 +113,7 @@ jobs:
113113 env :
114114 IS_TEST : " true"
115115 - name : Upload bundle stats
116- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
116+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117117 with :
118118 name : supervisor-bundle-stats
119119 path : build/stats/*.json
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
5757 run : tar -czvf translations.tar.gz translations
5858
5959 - name : Upload build artifacts
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6161 with :
6262 name : wheels
6363 path : dist/home_assistant_frontend*.whl
6464 if-no-files-found : error
6565
6666 - name : Upload translations
67- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 with :
6969 name : translations
7070 path : translations.tar.gz
You can’t perform that action at this time.
0 commit comments