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.
2 parents 1d5494b + 32d3795 commit eecda00Copy full SHA for eecda00
1 file changed
.github/workflows/gradle.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./gradlew -Dprofile=release build
37
- name: Upload (test) reports as artifact on GitHub on manual runs
38
if: github.event_name == 'workflow_dispatch'
39
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
40
with:
41
name: test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
42
path: build/reports
0 commit comments