chore(deps): update actions/upload-artifact action to v4.1.0 (#10266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1f74276574
commit
a4c2de0e76
|
@ -176,7 +176,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload agent jar
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
|
||||
|
||||
|
@ -281,7 +281,7 @@ jobs:
|
|||
|
||||
- name: Upload deadlock detector artifacts if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
|
||||
path: /tmp/deadlock-detector-*
|
||||
|
@ -289,7 +289,7 @@ jobs:
|
|||
|
||||
- name: Upload jvm crash dump files if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
|
||||
path: |
|
||||
|
@ -362,7 +362,7 @@ jobs:
|
|||
|
||||
- name: Upload jvm crash dump files if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
|
||||
# we expect crash dumps either in root director or in smoke-tests
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Upload report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
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
|
||||
# format to the repository Actions tab.
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in New Issue