mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-03-02 14:44:35 +00:00
⬆️ 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:
2
.github/workflows/noneflow.yml
vendored
2
.github/workflows/noneflow.yml
vendored
@@ -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/*
|
||||
|
||||
2
.github/workflows/website-preview-cd.yml
vendored
2
.github/workflows/website-preview-cd.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/website-preview-ci.yml
vendored
2
.github/workflows/website-preview-ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user