Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 5307ff1

Browse files
committed
Bumping pinned commit of the download-artifact action to bypass the broken GitHub api (#523)
(cherry picked from commit 80fcb1c)
1 parent f802349 commit 5307ff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "::set-output name=branch-name::$BRANCH_NAME"
6565
6666
- name: Download all artifacts
67-
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
67+
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
6868
with:
6969
workflow: build.yml
7070
workflow_conclusion: success
@@ -121,7 +121,7 @@ jobs:
121121
snapcraft_token: ${{ steps.retrieve-secrets.outputs.snapcraft-store-token }}
122122

123123
- name: Download artifacts
124-
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
124+
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
125125
with:
126126
workflow: build.yml
127127
workflow_conclusion: success
@@ -155,7 +155,7 @@ jobs:
155155
run: New-Item -ItemType directory -Path ./dist
156156

157157
- name: Download artifacts
158-
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
158+
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
159159
with:
160160
workflow: build.yml
161161
workflow_conclusion: success
@@ -182,7 +182,7 @@ jobs:
182182
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
183183

184184
- name: Download artifacts
185-
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
185+
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
186186
with:
187187
workflow: build.yml
188188
workflow_conclusion: success

0 commit comments

Comments
 (0)