Skip to content

Commit

Permalink
Merge pull request #312 from QGIS-Contribution/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Guts authored Jan 10, 2024
2 parents f87a1a8 + 98b9d25 commit d66e2df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Compile translations
run: lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: translations-build
path: ${{ env.PROJECT_FOLDER }}/**/*.qm
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
rm -rf `find ${{ env.PROJECT_FOLDER }}/ext_libs -type d -name tests`
rm -rf `find ${{ env.PROJECT_FOLDER }}/ext_libs -type d -name test`
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dependencies-build
path: ${{ env.PROJECT_FOLDER }}/ext_libs/
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Package the latest version
run: qgis-plugin-ci package latest --allow-uncommitted-changes

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_FOLDER }}-latest
path: ${{ env.PROJECT_FOLDER }}.*.zip
Expand Down

0 comments on commit d66e2df

Please sign in to comment.