Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent f81546a commit f7f65dd
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 f7f65dd

Please sign in to comment.