From 7636ba9b8b809e2ab57bf7554661a23704a21f68 Mon Sep 17 00:00:00 2001 From: William Deveaux Date: Wed, 11 Dec 2024 15:20:43 +0000 Subject: [PATCH] chore(CI): updates actions versions --- .github/workflows/android.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fa8f26b..652f37c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -5,16 +5,18 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: set up JDK 1.8 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 11 + distribution: zulu - name: Run CI run: make ci - name: Upload artifact if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: atinternet-dispatcher.zip - path: release/ \ No newline at end of file + path: release/ + override: true \ No newline at end of file