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 7070 run : find ./homeassistant/components/*/translations -name "*.json" | tar zcvf translations.tar.gz -T -
7171
7272 - name : Upload translations
73- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
73+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7474 with :
7575 name : translations
7676 path : translations.tar.gz
Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ jobs:
534534 python --version
535535 uv pip freeze >> pip_freeze.txt
536536 - name : Upload pip_freeze artifact
537- uses : &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
537+ uses : &actions-upload-artifact actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
538538 with :
539539 name : pip-freeze-${{ matrix.python-version }}
540540 path : pip_freeze.txt
Original file line number Diff line number Diff line change 7474 ) > .env_file
7575
7676 - name : Upload env_file
77- uses : &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
77+ uses : &actions-upload-artifact actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7878 with :
7979 name : env_file
8080 path : ./.env_file
You can’t perform that action at this time.
0 commit comments