From 274d0c84be5f907629319ef63edc95dce08eef03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:01:39 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mingw64.yml | 4 ++-- .github/workflows/run-tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mingw64.yml b/.github/workflows/mingw64.yml index b6765b3b0e61..1ca8a41ec04d 100644 --- a/.github/workflows/mingw64.yml +++ b/.github/workflows/mingw64.yml @@ -85,13 +85,13 @@ jobs: (cd $DEBUGROOT && zip -r - *) > qgis-portable-win64-debugsym.zip - name: Upload QGIS for Windows 64bit - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.2 with: name: QGIS for Windows 64bit path: qgis-portable-win64.zip - name: Upload QGIS for Windows 64bit Debug Symbols - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.2 with: name: QGIS for Windows 64bit Debug Symbols path: qgis-portable-win64-debugsym.zip diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0e239b845d15..3de300635c41 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -175,7 +175,7 @@ jobs: if: ${{ matrix.run-tests }} run: tar --exclude='*.o' -cvzf build.tgz build - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v3.1.2 if: ${{ matrix.run-tests }} with: name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz