From d131f57a3d1ac05f52eeacd3c31d0ac9960f1194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:54:45 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/simlar-server-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simlar-server-ci.yml b/.github/workflows/simlar-server-ci.yml index 51e18104..61ee7237 100644 --- a/.github/workflows/simlar-server-ci.yml +++ b/.github/workflows/simlar-server-ci.yml @@ -35,7 +35,7 @@ jobs: run: ./gradlew --no-daemon --warning-mode all clean build dependencyUpdates dependencyCheckAnalyze - name: Save artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: static code analysis