From 2a88eaab3f85b43b281e5065c833cea73115ddd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:52:49 +0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 (#6450) --- .github/workflows/preview-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 63f90c54d3..e8285dea7b 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -61,7 +61,7 @@ jobs: # share website dist - name: Upload artifact if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: docs path: docs/.vitepress/dist/ @@ -75,7 +75,7 @@ jobs: # share pr number - name: Upload pr number if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pr path: ./pr.txt