From e7d56ac1b152623a681bcd14ff5a9b077a0f2170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:06:09 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.0 to 3.1.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v3.1.3) --- 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..4b7df1e8 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.3 with: name: "${{ steps.properties.outputs.name }} - ${{ steps.properties.outputs.version }}" path: ./build/distributions/*