From 500abef730f63a10c03b00089748ad051b58bfdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 07:13:06 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 2.2.4 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3) --- 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 6c3729b..3185d7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: cp bukkit/build/libs/* artifacts/ - name: Upload Build Artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3 with: path: artifacts