Skip to content

Commit 06270ba

Browse files
authored
Merge pull request #382 from QGIS-Contribution/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 7b3784c + 2952300 commit 06270ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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/*

0 commit comments

Comments
 (0)