Skip to content

Commit

Permalink
bump download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Oct 3, 2024
1 parent 3aa5d55 commit 8365941
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 @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download APK from build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: demoapk
- name: preinstall
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download APK from build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: demoapk
- name: Create Release
Expand Down

0 comments on commit 8365941

Please sign in to comment.