-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2332 from openMF/renovate/actions-upload-artifact…
…-3.x chore(deps): update actions/upload-artifact action to v3.1.3
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
# Upload Built APK | ||
- name: Upload Build Artifacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: mifos-mobile | ||
path: app/build/outputs/apk/debug/ | ||
|
@@ -51,7 +51,7 @@ jobs: | |
run: ./gradlew lint | ||
|
||
- name: Upload Static Analysis Report For Mifos-Mobile Module | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
if: failure() | ||
with: | ||
name: Static Analysis Report | ||
|
@@ -68,7 +68,7 @@ jobs: | |
run: ./gradlew pmd | ||
|
||
- name: Upload PMD Report | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
if: failure() | ||
with: | ||
name: PMD Report | ||
|