diff --git a/.gitea/workflows/apk.yml b/.gitea/workflows/apk.yml index 438bb43..e7dd9e3 100644 --- a/.gitea/workflows/apk.yml +++ b/.gitea/workflows/apk.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '>=1.20.1' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: curl -sSL -u "$USERNAME:$PASSWORD" -o ShareWithTitle/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE - run: sh gradlew lint build bundle assemble --no-daemon - uses: https://gitea.com/actions/release-action@main