From 593d2002a50d20da751461d7336df7b1edfafdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:06:31 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.0 to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 889da8d4..944f4dff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,7 +128,7 @@ jobs: # Store built plugin as an artifact for downloading - name: Upload artifacts - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3.1.2 with: name: "${{ steps.properties.outputs.name }} - ${{ steps.properties.outputs.version }}" path: ./build/distributions/*