From f7f65dd6cf47bc1546ed34cdc26265e2b759a928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:29:07 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index b468697f..70dad900 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -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 @@ -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/ @@ -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