mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Bump the pin of the download-artifacts action to bypass the broken GitHub api (#1952)
This commit is contained in:
parent
d1e4a43964
commit
01747eaa43
2
.github/workflows/qa-deploy.yml
vendored
2
.github/workflows/qa-deploy.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
|||||||
mkdir publish
|
mkdir publish
|
||||||
|
|
||||||
- name: Download latest ${{ matrix.name }} asset from ${{ env.branch_name }}
|
- 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:
|
env:
|
||||||
branch_name: ${{ steps.setup.outputs.branch_name }}
|
branch_name: ${{ steps.setup.outputs.branch_name }}
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
echo "::set-output name=name_lower::$NAME_LOWER"
|
echo "::set-output name=name_lower::$NAME_LOWER"
|
||||||
|
|
||||||
- name: Download latest Release ${{ matrix.name }} asset
|
- name: Download latest Release ${{ matrix.name }} asset
|
||||||
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
|
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
@ -270,7 +270,7 @@ jobs:
|
|||||||
- deploy
|
- deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Download latest Release docker-stub
|
- name: Download latest Release docker-stub
|
||||||
uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783
|
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
|
Loading…
Reference in New Issue
Block a user