fix(ci): Pin @actions/artifact to a compatible release (#3230)
Fix build uploads by pinning our package version.
This commit is contained in:
parent
6690d535e6
commit
ada1542940
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
with:
|
||||
node-version: "14.x"
|
||||
- name: Install @actions/artifact
|
||||
run: npm install @actions/artifact
|
||||
run: npm install @actions/artifact@5.0.3
|
||||
- name: Build
|
||||
uses: actions/github-script@v7
|
||||
id: boards-list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue