From dbc196502413bddb446ddea27c78fb66465638d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:46:02 +0800 Subject: [PATCH] :arrow_up: Bump the actions group with 2 updates (#3790) 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 ccbff24b..49a6ed4d 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@v5 + uses: actions/upload-artifact@v6 with: name: noneflow path: artifact/* diff --git a/.github/workflows/website-preview-cd.yml b/.github/workflows/website-preview-cd.yml index 1039c147..6583999c 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@v6 + uses: actions/download-artifact@v7 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 5a405e73..21197151 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@v5 + uses: actions/upload-artifact@v6 with: name: website-preview path: |