Skip to content

Commit 06001ac

Browse files
authored
Bump actions/upload-artifact from 3 to 4 (#40)
Bump actions/upload-artifact from 3 to 4
2 parents 198ce17 + 59b1012 commit 06001ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: sphinx-build -b html -j auto -d docs/_build/cache -q docs docs/_build/html
6363

6464
- name: Save build doc as artifact
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: documentation
6868
path: docs/_build/html/*

.github/workflows/packager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Compile translations
3636
run: lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
3737

38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: translations-build
4141
path: ${{ env.PROJECT_FOLDER }}/**/*.qm
@@ -85,7 +85,7 @@ jobs:
8585
- name: Package the latest version
8686
run: qgis-plugin-ci package latest --allow-uncommitted-changes
8787

88-
- uses: actions/upload-artifact@v3
88+
- uses: actions/upload-artifact@v4
8989
with:
9090
name: ${{ env.PROJECT_FOLDER }}-latest
9191
path: ${{ env.PROJECT_FOLDER }}.*.zip
@@ -151,7 +151,7 @@ jobs:
151151
--osgeo-username ${{ secrets.OSGEO_USER }}
152152
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
153153
154-
- uses: actions/upload-artifact@v3
154+
- uses: actions/upload-artifact@v4
155155
with:
156156
name: ${{ env.PROJECT_FOLDER }}-${GITHUB_REF/refs\/tags\//}
157157
path: ${{ env.PROJECT_FOLDER }}.*.zip

0 commit comments

Comments
 (0)