Skip to content

Commit

Permalink
Update GitHub Actions versions in manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pointer committed Sep 14, 2024
1 parent 22d00a7 commit 389c5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build with Buildozer
uses: ArtemSBulgakov/buildozer-action@v1
Expand All @@ -21,7 +21,7 @@ jobs:
buildozer_version: stable

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: ${{ steps.buildozer.outputs.filename }}
Expand Down

0 comments on commit 389c5cb

Please sign in to comment.