From 7efea40a0945b039956af20d53f2d5eff06717d4 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Thu, 29 Dec 2022 17:30:21 -0600 Subject: [PATCH] chore: use actions/upload-artifact@v3.1.1 - See: https://github.com/actions/upload-artifact/issues/351 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6ef1c930..aed643800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: npm run build npm run doc - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3.1.1 with: name: build-output path: build