You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
ci: fix the download-artifacts action version
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -104,7 +104,7 @@ jobs:
|
|||||||
-p mas-cli
|
-p mas-cli
|
||||||
|
|
||||||
- name: Download the artifacts
|
- name: Download the artifacts
|
||||||
uses: actions/download-artifact@v3.1.2
|
uses: actions/download-artifact@v3.0.2
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: share/
|
path: share/
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
-p mas-cli
|
-p mas-cli
|
||||||
|
|
||||||
- name: Download the artifacts
|
- name: Download the artifacts
|
||||||
uses: actions/download-artifact@v3.1.2
|
uses: actions/download-artifact@v3.0.2
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: share/
|
path: share/
|
||||||
|
|||||||
Reference in New Issue
Block a user