Skip to content

Commit 9c2b0dc

Browse files
committed
Fix GH Actions workflow
1 parent 88a2a71 commit 9c2b0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload Gradle test reports
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: gradle_test_reports
30+
name: gradle_test_reports_with_java_${{ matrix.java_version }}
3131
path: build/reports/tests/test
3232

3333
integration-test:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload Gradle test reports
5050
uses: actions/upload-artifact@v4
5151
with:
52-
name: gradle_integration_test_reports
52+
name: gradle_integration_test_reports_with_java_${{ matrix.java_version }}
5353
path: build/reports/tests/integrationTest
5454

5555
test-on-example-app:

0 commit comments

Comments
 (0)