Browse Source

Bumping the pinned commit for the download-artifact to bypass the github api issue (#1598)

pull/1599/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
609c13faf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -188,7 +188,7 @@ jobs: @@ -188,7 +188,7 @@ jobs:
git config --global url."https://".insteadOf ssh://
- name: Download latest cloud asset
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
with:
workflow: build.yml
workflow_conclusion: success

Loading…
Cancel
Save