We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275a307 commit 1c1f705Copy full SHA for 1c1f705
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
run: ./gradlew testRelease
23
24
- name: Archive test results
25
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
26
if: failure()
27
with:
28
name: test-results-report
0 commit comments