Skip to content

Commit

Permalink
Merge pull request #66 from bisq-network/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4.3.0

Bump actions/upload-artifact from 3.1.1 to 4.3.0
  • Loading branch information
devinbileck authored Feb 1, 2024
2 parents 981c4af + bbd6612 commit 5de390f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# sarif_file: snyk.sarif

- name: Upload reports
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: Test-Reports
path: app/build/reports
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: ./gradlew testDebugUnitTest

- name: Upload reports
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: Test-Reports
path: app/build/reports
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
script: mv .github/debug.keystore ~/.android; ./gradlew connectedDebugAndroidTest

- name: Upload reports
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: Test-Reports
path: app/build/reports
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ jobs:
run: ./gradlew assembleRelease bundleRelease

- name: Upload VERSION
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: VERSION
path: VERSION
if-no-files-found: error

- name: Upload unsigned APK
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: bisq-release.apk
path: app/build/outputs/apk/release/bisq-release.apk
if-no-files-found: error

- name: Upload unsigned AAB
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: bisq-release.aab
path: app/build/outputs/bundle/release/bisq-release.aab
Expand Down Expand Up @@ -119,13 +119,13 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}

- name: Upload signed APK
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: bisq-release-signed.apk
path: ${{ steps.sign_apk.outputs.signedReleaseFile }}

- name: Upload signed AAB
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: bisq-release-signed.aab
path: ${{ steps.sign_aab.outputs.signedReleaseFile }}
Expand Down

0 comments on commit 5de390f

Please sign in to comment.