Skip to content

Commit

Permalink
Changed: Update checkout and upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalk3r666 authored and agnostic-apollo committed Oct 28, 2022
1 parent 1ae72fd commit 56bf254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build APK
shell: bash {0}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fi
- name: Attach files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.APK_BASENAME_PREFIX }}
path: |
Expand Down

0 comments on commit 56bf254

Please sign in to comment.