Skip to content

Commit 16795b2

Browse files
committed
chore: 更新脚本
1 parent e336b3e commit 16795b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-build-and-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323

2424
# Publish the artifacts to sign and the file list, if any, as artifacts for the signing stage
2525
- name: Upload signing file list
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: config
2929
path: config
3030

3131
- name: Upload build artifacts
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: BuildArtifacts
3535
path: src/BootstrapBlazor/bin/Release/**/*.nupkg

0 commit comments

Comments
 (0)