From 9b0cc9a94cda283af6712ce34064124a427ad592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 07:09:28 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 2.2.4 to 3.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.0.0) --- 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..f825cc9 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.0.0 with: path: artifacts