Skip to content

Commit 652cf14

Browse files
authored
upgrade the upload artifact package
1 parent 1edbbe4 commit 652cf14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Upload the Diagnostic Report
9393
if: failure()
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: diagnose.json.gz
97-
path: ./diagnose.json.gz
97+
path: ./diagnose.json.gz

0 commit comments

Comments
 (0)