Skip to content

Commit

Permalink
chore: use github actions upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 25, 2024
1 parent 9c35460 commit 6886e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: echo "APK_NAME=$(basename app/build/outputs/apk/ci/*.apk .apk)" >> $GITHUB_ENV

- name: Upload APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ env.APK_NAME }}
path: app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
Expand Down

0 comments on commit 6886e22

Please sign in to comment.