Skip to content

Commit 8c61ca3

Browse files
authored
upgrade the upload artifact package (#10)
1 parent 4a848f3 commit 8c61ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Upload the Diagnostic Report
104104
if: failure()
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
with:
107107
name: diagnose.json.gz
108108
path: ./diagnose.json.gz

0 commit comments

Comments
 (0)