File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Compile translations
4848 run : lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
4949
50- - uses : actions/upload-artifact@v6
50+ - uses : actions/upload-artifact@v7
5151 with :
5252 name : translations-build
5353 path : ${{ env.PROJECT_FOLDER }}/**/*.qm
8282 rm -rf `find ${{ env.PROJECT_FOLDER }}/ext_libs -type d -name tests`
8383 rm -rf `find ${{ env.PROJECT_FOLDER }}/ext_libs -type d -name test`
8484
85- - uses : actions/upload-artifact@v6
85+ - uses : actions/upload-artifact@v7
8686 with :
8787 name : dependencies-build
8888 path : ${{ env.PROJECT_FOLDER }}/ext_libs/
@@ -141,7 +141,7 @@ jobs:
141141 - name : Package the latest version
142142 run : qgis-plugin-ci package latest --allow-uncommitted-changes
143143
144- - uses : actions/upload-artifact@v6
144+ - uses : actions/upload-artifact@v7
145145 with :
146146 name : ${{ env.PROJECT_FOLDER }}-latest
147147 path : ${{ env.PROJECT_FOLDER }}.*.zip
Original file line number Diff line number Diff line change 6161 run : sphinx-build -b html -d docs/_build/cache -j auto docs docs/_build/html
6262
6363 - name : Save build doc as artifact
64- uses : actions/upload-artifact@v6
64+ uses : actions/upload-artifact@v7
6565 with :
6666 name : documentation
6767 path : docs/_build/html/*
You can’t perform that action at this time.
0 commit comments