We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931bc1 commit 41c3d06Copy full SHA for 41c3d06
.github/workflows/gradle.yml
@@ -39,7 +39,7 @@ jobs:
39
run: ./gradlew -Dprofile=release build
40
- name: Upload (test) reports as artifact on GitHub on manual runs
41
if: github.event_name == 'workflow_dispatch'
42
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
43
with:
44
name: test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
45
path: build/reports
0 commit comments