File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
fi
177
177
178
178
- name : Upload agent jar
179
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
179
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
180
180
with :
181
181
path : javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
182
182
@@ -281,15 +281,15 @@ jobs:
281
281
282
282
- name : Upload deadlock detector artifacts if any
283
283
if : failure()
284
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
284
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
285
285
with :
286
286
name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
287
287
path : /tmp/deadlock-detector-*
288
288
if-no-files-found : ignore
289
289
290
290
- name : Upload jvm crash dump files if any
291
291
if : failure()
292
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
292
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
293
293
with :
294
294
name : javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
295
295
path : |
@@ -362,7 +362,7 @@ jobs:
362
362
363
363
- name : Upload jvm crash dump files if any
364
364
if : failure()
365
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
365
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
366
366
with :
367
367
name : javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
368
368
# we expect crash dumps either in root director or in smoke-tests
Original file line number Diff line number Diff line change 32
32
33
33
- name : Upload report
34
34
if : always()
35
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
35
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
36
36
with :
37
37
path : javaagent/build/reports
38
38
Original file line number Diff line number Diff line change 56
56
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
57
57
# format to the repository Actions tab.
58
58
- name : " Upload artifact"
59
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
59
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
60
60
with :
61
61
name : SARIF file
62
62
path : results.sarif
You can’t perform that action at this time.
0 commit comments