diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index 05d4108..7b64f57 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -35,10 +35,11 @@ jobs: with: dotnet-version: '5.0.x' - - name: ⚙️ Set up JDK 11 - uses: actions/setup-java@v1 + - name: ⚙️ Set up JDK 17 + uses: actions/setup-java@v3 with: - java-version: 1.11 + java-version: 17 + distribution: 'zulu' - name: 🧹 Clean run: dotnet clean -c Release && dotnet nuget locals all --clear diff --git a/images/icon.png b/images/icon.png index e54b910..f1acfb5 100644 Binary files a/images/icon.png and b/images/icon.png differ