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