File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 run : find ./homeassistant/components/*/translations -name "*.json" | tar zcvf translations.tar.gz -T -
7070
7171 - name : Upload translations
72- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373 with :
7474 name : translations
7575 path : translations.tar.gz
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ jobs:
535535 python --version
536536 uv pip freeze >> pip_freeze.txt
537537 - name : Upload pip_freeze artifact
538- uses : &actions-upload-artifact actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
538+ uses : &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
539539 with :
540540 name : pip-freeze-${{ matrix.python-version }}
541541 path : pip_freeze.txt
Original file line number Diff line number Diff line change 9292 ) > build_constraints.txt
9393
9494 - name : Upload env_file
95- uses : &actions-upload-artifact actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696 with :
9797 name : env_file
9898 path : ./.env_file
You can’t perform that action at this time.
0 commit comments