We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62538c commit dd5c491Copy full SHA for dd5c491
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Upload the Diagnostic Report
84
if: failure()
85
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
86
with:
87
name: diagnose.json.gz
88
path: ./diagnose.json.gz
0 commit comments