fix(ci): Pin @actions/artifact to a compatible release (#3230)

Fix build uploads by pinning our package version.
This commit is contained in:
Pete Johanson
2026-02-12 00:24:12 -07:00
committed by GitHub
parent 6690d535e6
commit ada1542940

View File

@@ -61,7 +61,7 @@ jobs:
with: with:
node-version: "14.x" node-version: "14.x"
- name: Install @actions/artifact - name: Install @actions/artifact
run: npm install @actions/artifact run: npm install @actions/artifact@5.0.3
- name: Build - name: Build
uses: actions/github-script@v7 uses: actions/github-script@v7
id: boards-list id: boards-list