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 8e0d036 commit 3176892Copy full SHA for 3176892
.github/workflows/maven.yml
@@ -80,7 +80,7 @@ jobs:
80
run: cd test/gradle-test-wrapper && ./gradlew --stop
81
- name: Store Gradle plugin test reports
82
if: failure() && steps.gradlePluginTests.outcome == 'failure'
83
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
84
with:
85
name: failing-test-report
86
path: test/gradle-test-wrapper/build/reports/tests/test/**/*
0 commit comments