From 1f3dbcb6574b11309598e6777f59862ae9d046f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:16:26 +0800 Subject: [PATCH] :arrow_up: Bump the actions group with 2 updates (#3876) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/noneflow.yml | 2 +- .github/workflows/website-preview-cd.yml | 2 +- .github/workflows/website-preview-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/noneflow.yml b/.github/workflows/noneflow.yml index 49a6ed4d..60417669 100644 --- a/.github/workflows/noneflow.yml +++ b/.github/workflows/noneflow.yml @@ -66,7 +66,7 @@ jobs: PRIVATE_KEY: ${{ secrets.APP_KEY }} - name: Upload Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: noneflow path: artifact/* diff --git a/.github/workflows/website-preview-cd.yml b/.github/workflows/website-preview-cd.yml index 6583999c..3ede2648 100644 --- a/.github/workflows/website-preview-cd.yml +++ b/.github/workflows/website-preview-cd.yml @@ -37,7 +37,7 @@ jobs: }) - name: Download Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: website-preview github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/website-preview-ci.yml b/.github/workflows/website-preview-ci.yml index 21197151..4eaaf937 100644 --- a/.github/workflows/website-preview-ci.yml +++ b/.github/workflows/website-preview-ci.yml @@ -33,7 +33,7 @@ jobs: echo "${{ github.event.pull_request.number }}" > ./pr-number - name: Upload Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: website-preview path: |