File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Build with Gradle
22
22
run : ./gradlew build
23
23
- name : Archive artifacts
24
- uses : actions/upload-artifact@v4
24
+ uses : actions/upload-artifact@v3
25
25
with :
26
26
name : libs-and-reports
27
27
path : |
Original file line number Diff line number Diff line change 27
27
- name : Build with Gradle
28
28
run : ./gradlew jcstress -Pmode="${{ github.event.inputs.mode }}"
29
29
- name : Archive artifacts
30
- uses : actions/upload-artifact@v4
30
+ uses : actions/upload-artifact@v3
31
31
with :
32
32
name : jcstress-report-manual
33
33
path : build/reports/jcstress
Original file line number Diff line number Diff line change 21
21
- name : Build with Gradle
22
22
run : ./gradlew jcstress -Pmode=quick
23
23
- name : Archive artifacts
24
- uses : actions/upload-artifact@v4
24
+ uses : actions/upload-artifact@v3
25
25
with :
26
26
name : jcstress-report-quick
27
27
path : build/reports/jcstress
You can’t perform that action at this time.
0 commit comments