From 336b8c0ef938d655acd4e8f6b1fe4e43fec36d52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:41:13 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.2.0 --- .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 a92df5d..e778102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: arguments: build - name: Upload NDailyRewards - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.2.0 with: name: NDailyRewards Dev Artifacts path: "build/libs/NDailyRewards-*.jar"