From 01747eaa43d3ef2457deac44e8748345f027a409 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Thu, 14 Apr 2022 15:50:49 -0700 Subject: [PATCH] Bump the pin of the download-artifacts action to bypass the broken GitHub api (#1952) --- .github/workflows/qa-deploy.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qa-deploy.yml b/.github/workflows/qa-deploy.yml index 5cbec824d5..6103372b66 100644 --- a/.github/workflows/qa-deploy.yml +++ b/.github/workflows/qa-deploy.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 649bc06be6..823274ef19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: - 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