From 352591ac1ae056e2d39c99749f95c81b92f55238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 03:00:48 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 [skip ci] --- .github/workflows/ci.yml | 2 +- .github/workflows/develop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b2d159..d7a094d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: "./gradlew build" - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Build and Deploy Artifacts diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index f2c1dbc..eb0ab25 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -26,7 +26,7 @@ jobs: run: "./gradlew build" - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Build and Deploy Artifacts