From 02d6102540eb1d3d2ffda0e2050f65d0daf97258 Mon Sep 17 00:00:00 2001 From: yvt Date: Sat, 10 Sep 2022 13:15:49 +0900 Subject: [PATCH] chore(ci): upgrade `actions/upload-artifact` to v3 Co-authored-by: Michael Davis --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9510ec0..481e7b32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -289,7 +289,7 @@ jobs: overwrite: true - name: Upload binaries as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: env.preview == 'true' with: name: release