File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
169
169
- name : 📤 Uploading ${{ matrix.os }} executable jar
170
170
if : steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
name : ${{ steps.gradle-build.outputs.execjar_name }}
174
174
path : |
@@ -218,7 +218,7 @@ jobs:
218
218
219
219
- name : 💥 Uploading JVM error logs
220
220
if : steps.gradle-build.outcome == 'failure' && always()
221
- uses : actions/upload-artifact@v3
221
+ uses : actions/upload-artifact@v4
222
222
with :
223
223
name : ${{ matrix.os }}-jvm-error-logs
224
224
path : |
Original file line number Diff line number Diff line change 23
23
uses : JetBrains/qodana-action@v2.0-eap
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