We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc90aa commit f387786Copy full SHA for f387786
.github/workflows/gradle.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Upload reports
31
if: failure()
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
33
with:
34
name: report
35
path: ./**/build/reports
0 commit comments