Browse Source

Bump the pin of the download-artifacts action to bypass the broken GitHub api (#1952)

pull/1954/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
01747eaa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/qa-deploy.yml
  2. 4
      .github/workflows/release.yml

2
.github/workflows/qa-deploy.yml

@ -93,7 +93,7 @@ jobs: @@ -93,7 +93,7 @@ jobs:
mkdir publish
- name: Download latest ${{ matrix.name }} asset from ${{ env.branch_name }}
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
env:
branch_name: ${{ steps.setup.outputs.branch_name }}
with:

4
.github/workflows/release.yml

@ -84,7 +84,7 @@ jobs: @@ -84,7 +84,7 @@ jobs:
echo "::set-output name=name_lower::$NAME_LOWER"
- name: Download latest Release ${{ matrix.name }} asset
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
with:
workflow: build.yml
workflow_conclusion: success
@ -270,7 +270,7 @@ jobs: @@ -270,7 +270,7 @@ jobs:
- deploy
steps:
- name: Download latest Release docker-stub
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
with:
workflow: build.yml
workflow_conclusion: success

Loading…
Cancel
Save