From fe1e0fa2ff382e2269518ffdc34c9506fba722f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:50:51 +0200 Subject: [PATCH] GH-762 Update actions/upload-artifact action to v4.3.3 (#762) 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 88eb49c63..db434a563 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.3.2 + uses: actions/upload-artifact@v4.3.3 with: name: 'EternalCore' path: eternalcore-plugin/build/libs/EternalCore*.jar \ No newline at end of file