From 8840e9610e0495c77181b80139e97661caeb7bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:20:43 +0000 Subject: [PATCH] chore: (deps): bump actions/upload-artifact from 3 to 4 (#6) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9424c78..3b902d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: ocular-d/json-linter@0.0.2 # Uploads an artifact that you can download and use in your Minecraft world - name: Compile and upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: your-datapack v1 path: |