From 663b19ce442d4cf91d97497f55f46c36c3dba2a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:51:30 +0100 Subject: [PATCH] dependency: Update actions/upload-artifact action to v4.6.0 (#885) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b43c03140..ab801de32 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,7 +35,7 @@ jobs: - name: Build the Jar run: './gradlew clean eternalcore-plugin:shadowJar' - name: Upload a Build Artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: 'EternalCore' path: eternalcore-plugin/build/libs/EternalCore*.jar \ No newline at end of file