Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD authored Jan 16, 2025
1 parent 4289570 commit 44ef370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: true
- name: Restore Gradle cache
uses: actions/cache@v2.1.4
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -41,7 +41,7 @@ jobs:
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Signed Debug APK
path: ${{ steps.sign-debug-apk.outputs.signedReleaseFile }}

0 comments on commit 44ef370

Please sign in to comment.