We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931bc1 commit c2eb3b8Copy full SHA for c2eb3b8
.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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
43
with:
44
name: test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
45
path: build/reports
0 commit comments