Skip to content

Commit

Permalink
Merge pull request #2332 from openMF/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update actions/upload-artifact action to v3.1.3
  • Loading branch information
jawidMuhammadi authored Sep 25, 2023
2 parents ab50132 + 2ad33a8 commit a2971e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a2971e4

Please sign in to comment.