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 6553652 commit 65f1966Copy full SHA for 65f1966
.github/workflows/run_gradle_task.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Upload build reports
93
if: failure()
94
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
95
with:
96
name: build-report-${{ runner.os }}${{ github.action }}
97
path: |
0 commit comments