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 62
62
run : sphinx-build -b html -j auto -d docs/_build/cache -q docs docs/_build/html
63
63
64
64
- name : Save build doc as artifact
65
- uses : actions/upload-artifact@v3
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : documentation
68
68
path : docs/_build/html/*
Original file line number Diff line number Diff line change 35
35
- name : Compile translations
36
36
run : lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
37
37
38
- - uses : actions/upload-artifact@v3
38
+ - uses : actions/upload-artifact@v4
39
39
with :
40
40
name : translations-build
41
41
path : ${{ env.PROJECT_FOLDER }}/**/*.qm
85
85
- name : Package the latest version
86
86
run : qgis-plugin-ci package latest --allow-uncommitted-changes
87
87
88
- - uses : actions/upload-artifact@v3
88
+ - uses : actions/upload-artifact@v4
89
89
with :
90
90
name : ${{ env.PROJECT_FOLDER }}-latest
91
91
path : ${{ env.PROJECT_FOLDER }}.*.zip
@@ -151,7 +151,7 @@ jobs:
151
151
--osgeo-username ${{ secrets.OSGEO_USER }}
152
152
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
153
153
154
- - uses : actions/upload-artifact@v3
154
+ - uses : actions/upload-artifact@v4
155
155
with :
156
156
name : ${{ env.PROJECT_FOLDER }}-${GITHUB_REF/refs\/tags\//}
157
157
path : ${{ env.PROJECT_FOLDER }}.*.zip
You can’t perform that action at this time.
0 commit comments