From 2a1876f54cee9ae91b1e99e2f4fc4170124ed548 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:28:39 +0100 Subject: [PATCH] fix build_to_archive.yml --- .github/workflows/build_to_archive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_to_archive.yml b/.github/workflows/build_to_archive.yml index 5c6a1b5e..e84bb08b 100644 --- a/.github/workflows/build_to_archive.yml +++ b/.github/workflows/build_to_archive.yml @@ -33,7 +33,7 @@ jobs: repository: "recloudstream/cloudstream-archive" - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@4 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'adopt'