Skip to content

Commit

Permalink
fix: 升级action-artifact (#1997)
Browse files Browse the repository at this point in the history
Co-authored-by: xuying.xu <[email protected]>
  • Loading branch information
tangying1027 and xuying.xu authored Sep 13, 2024
1 parent ca3e2da commit 73c4ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CI: true

- name: save diff snapshot
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: diff snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# 保存巡检失败的 diff 图片
- name: save diff snapshot
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: diff snapshot
Expand Down

0 comments on commit 73c4ff6

Please sign in to comment.