Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 662d592 commit 72f1e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,21 @@ jobs:

- name: Upload debug APK
if: success()
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: debug-apk
path: app/build/outputs/apk/debug

- name: Upload release APK
if: success()
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: release-apk
path: app/build/outputs/apk/release

- name: Upload R8 mappings
if: success()
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: release-mapping
path: app/build/outputs/mapping/release

0 comments on commit 72f1e7b

Please sign in to comment.