⬆️ Bump the actions group with 2 updates (#3876)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-01 11:16:26 +08:00
committed by GitHub
parent b4062c574c
commit 1f3dbcb657
3 changed files with 3 additions and 3 deletions

View File

@@ -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/*

View File

@@ -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 }}

View File

@@ -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: |