Skip to content

Commit

Permalink
upgraded github actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Apr 23, 2024
1 parent 5786573 commit c92e1c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,17 @@ jobs:
fastlane
- name: download APK from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-apk

- name: download AAB from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-aab

- name: download IPA from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-ios

Expand Down

0 comments on commit c92e1c8

Please sign in to comment.