Skip to content

Commit

Permalink
Update actions to v4 (#1714)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent e4ee87e commit 6091568
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
run: ./gradlew assembleCi --scan --parallel --no-daemon

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apk
path: app/build/outputs/apk/ci/app-ci.apk

- name: Upload De-obfuscation mapping file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mapping-ci
path: app/build/outputs/mapping/ci/mapping.txt
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: apk

Expand Down Expand Up @@ -146,13 +146,13 @@ jobs:
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}

- name: Upload Bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle
path: app/build/outputs/bundle/release/app-release.aab

- name: Upload De-obfuscation mapping file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mapping-release
path: app/build/outputs/mapping/release/mapping.txt

0 comments on commit 6091568

Please sign in to comment.