Skip to content

Commit

Permalink
fix: 升级action-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Sep 12, 2024
1 parent ca3e2da commit 6fd5565
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 6fd5565

Please sign in to comment.