diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af206d3..f971f64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,10 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # used to cache dependencies with a timeout - name: Get Date @@ -19,7 +19,7 @@ jobs: shell: bash - name: Cache Buildozer global directory - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .buildozer_global key: buildozer-global-${{ hashFiles('buildozer.spec') }} # Replace with your path @@ -37,7 +37,7 @@ jobs: buildozer_version: stable - name: Upload artifacts - uses: actions/upload-artifact@v2.1 + uses: actions/upload-artifact@v4 with: name: package path: ${{ steps.buildozer.outputs.filename }}