Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-pitti authored Jan 11, 2024
1 parent 9e8728d commit 7f7c00e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 }}

0 comments on commit 7f7c00e

Please sign in to comment.