File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
# mkdir staging && cp {$result_file,target/benchmarks.jar} staging
135
135
136
136
- name : Uploading JMH ${{ matrix.os }} benchmark results
137
- uses : actions/upload-artifact@v3
137
+ uses : actions/upload-artifact@v4
138
138
with :
139
139
name : jmh-result-${{ runner.os }}.json
140
140
path : |
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
- name : Uploading JMH ${{ matrix.os }} benchmark jar
145
145
if : runner.os == 'Linux'
146
- uses : actions/upload-artifact@v3
146
+ uses : actions/upload-artifact@v4
147
147
with :
148
148
name : benchmarks-${{ runner.os }}.jar
149
149
path : |
Original file line number Diff line number Diff line change 23
23
24
24
25
25
- name : Upload Qodana Inspection Results
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
path : ${{ github.workspace }}/qodana
You can’t perform that action at this time.
0 commit comments