We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ff7eb commit 7199c8fCopy full SHA for 7199c8f
.github/workflows/ci.yml
@@ -321,7 +321,7 @@ jobs:
321
gradle-build-scan-report: false
322
323
- name: Archive test results
324
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
325
if: failure()
326
with:
327
name: test-results-ubuntu
@@ -370,7 +370,7 @@ jobs:
370
371
372
373
374
375
376
name: test-results-windows
0 commit comments