Skip to content

Commit

Permalink
Merge pull request #101 from devinbileck/bump-download-artifact
Browse files Browse the repository at this point in the history
build(deps): bump actions/download-artifact
  • Loading branch information
devinbileck authored Jan 14, 2025
2 parents 299964c + 262345b commit db701e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
needs: build
steps:
- name: Download unsigned APK
uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: bisq-release.apk
path: app/build/outputs/apk/release

- name: Download unsigned AAB
uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: bisq-release.aab
path: app/build/outputs/bundle/release
Expand Down Expand Up @@ -151,13 +151,13 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Download signed APK
uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: bisq-release-signed.apk
path: app/build/outputs/apk/release

- name: Download signed AAB
uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: bisq-release-signed.aab
path: app/build/outputs/bundle/release
Expand Down

0 comments on commit db701e7

Please sign in to comment.