chore(deps): update actions/upload-artifact action to v4.3.0 (#10318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
14d1f4c2e5
commit
0949ae27c9
|
@ -176,7 +176,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload agent jar
|
- name: Upload agent jar
|
||||||
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: SARIF file
|
name: SARIF file
|
||||||
path: results.sarif
|
path: results.sarif
|
||||||
|
|
Loading…
Reference in New Issue