Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent 053d357 commit 8f6983b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Upload built apk
if: success() && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.release-name.outputs.name }}
path: app/build/outputs/apk/release/*.apk

- name: Upload mappings
if: success() && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mappings
path: app/build/outputs/mapping/release

0 comments on commit 8f6983b

Please sign in to comment.