chore(deps): update actions/upload-artifact action to v4.3.1 (#10411)
This commit is contained in:
parent
88ac0fdee8
commit
5b1ef391ad
|
@ -176,7 +176,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload agent jar
|
- name: Upload agent jar
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||||
with:
|
with:
|
||||||
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
|
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
|
||||||
|
|
||||||
|
@ -281,7 +281,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload deadlock detector artifacts if any
|
- name: Upload deadlock detector artifacts if any
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||||
with:
|
with:
|
||||||
name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
|
name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
|
||||||
path: /tmp/deadlock-detector-*
|
path: /tmp/deadlock-detector-*
|
||||||
|
@ -289,7 +289,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload jvm crash dump files if any
|
- name: Upload jvm crash dump files if any
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||||
with:
|
with:
|
||||||
name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
|
name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
|
||||||
path: |
|
path: |
|
||||||
|
@ -362,7 +362,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload jvm crash dump files if any
|
- name: Upload jvm crash dump files if any
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||||
with:
|
with:
|
||||||
name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
|
name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
|
||||||
# we expect crash dumps either in root director or in smoke-tests
|
# we expect crash dumps either in root director or in smoke-tests
|
||||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload report
|
- name: Upload report
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||||
with:
|
with:
|
||||||
path: javaagent/build/reports
|
path: javaagent/build/reports
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||||
# format to the repository Actions tab.
|
# format to the repository Actions tab.
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||||
with:
|
with:
|
||||||
name: SARIF file
|
name: SARIF file
|
||||||
path: results.sarif
|
path: results.sarif
|
||||||
|
|
Loading…
Reference in New Issue