From ada1542940c3a01c0866c9fe9c30f489bc087328 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 12 Feb 2026 00:24:12 -0700 Subject: [PATCH] fix(ci): Pin @actions/artifact to a compatible release (#3230) Fix build uploads by pinning our package version. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 619902d29..4e6cf799b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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