From a8759efd84e50bb675e6b98ad2b07883ed949c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:39:22 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.2 to 2.2.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...v2.2.3) Signed-off-by: dependabot[bot] --- .github/workflows/mxe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mxe.yml b/.github/workflows/mxe.yml index e60559f57c72..c3e304b969b1 100644 --- a/.github/workflows/mxe.yml +++ b/.github/workflows/mxe.yml @@ -82,7 +82,7 @@ jobs: mv qgis-mxe-release-*.zip qgis-mxe-release.zip - name: Upload build - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: QGIS for Windows 64bit path: qgis-mxe-release.zip