File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 fi
177177
178178 - name : Upload agent jar
179- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
179+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
180180 with :
181181 path : javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
182182
@@ -281,15 +281,15 @@ jobs:
281281
282282 - name : Upload deadlock detector artifacts if any
283283 if : failure()
284- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
284+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
285285 with :
286286 name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
287287 path : /tmp/deadlock-detector-*
288288 if-no-files-found : ignore
289289
290290 - name : Upload jvm crash dump files if any
291291 if : failure()
292- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
292+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
293293 with :
294294 name : javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
295295 path : |
@@ -362,7 +362,7 @@ jobs:
362362
363363 - name : Upload jvm crash dump files if any
364364 if : failure()
365- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
365+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
366366 with :
367367 name : javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
368368 # we expect crash dumps either in root director or in smoke-tests
Original file line number Diff line number Diff line change 3232
3333 - name : Upload report
3434 if : always()
35- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
35+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
3636 with :
3737 path : javaagent/build/reports
3838
Original file line number Diff line number Diff line change 5656 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5757 # format to the repository Actions tab.
5858 - name : " Upload artifact"
59- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
59+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
6060 with :
6161 name : SARIF file
6262 path : results.sarif
You can’t perform that action at this time.
0 commit comments