We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267a4e9 commit 60acc1fCopy full SHA for 60acc1f
1 file changed
.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Upload the Diagnostic Report
93
if: failure()
94
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
95
with:
96
name: diagnose.json.gz
97
path: ./diagnose.json.gz
@@ -163,7 +163,7 @@ jobs:
163
164
165
166
167
168
169
0 commit comments