Skip to content

Commit dbc1965

Browse files
⬆️ Bump the actions group with 2 updates (#3790)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44ff112 commit dbc1965

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/noneflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
PRIVATE_KEY: ${{ secrets.APP_KEY }}
6767

6868
- name: Upload Artifact
69-
uses: actions/upload-artifact@v5
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: noneflow
7272
path: artifact/*

.github/workflows/website-preview-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
})
3838
3939
- name: Download Artifact
40-
uses: actions/download-artifact@v6
40+
uses: actions/download-artifact@v7
4141
with:
4242
name: website-preview
4343
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/website-preview-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "${{ github.event.pull_request.number }}" > ./pr-number
3434
3535
- name: Upload Artifact
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: website-preview
3939
path: |

0 commit comments

Comments
 (0)