Skip to content

Commit 1823f14

Browse files
chore(deps): update actions/upload-artifact action to v4.3.2 (main) (open-telemetry#11172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1da8f5e commit 1823f14

4 files changed

+8
-8
lines changed

.github/workflows/build-common.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
fi
167167
168168
- name: Upload agent jar
169-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
169+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
170170
with:
171171
name: opentelemetry-javaagent
172172
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
@@ -273,15 +273,15 @@ jobs:
273273

274274
- name: Upload deadlock detector artifacts if any
275275
if: failure()
276-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
276+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
277277
with:
278278
name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
279279
path: /tmp/deadlock-detector-*
280280
if-no-files-found: ignore
281281

282282
- name: Upload jvm crash dump files if any
283283
if: failure()
284-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
284+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
285285
with:
286286
name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
287287
path: |
@@ -350,7 +350,7 @@ jobs:
350350

351351
- name: Upload jvm crash dump files if any
352352
if: failure()
353-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
353+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
354354
with:
355355
name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
356356
# we expect crash dumps either in root director or in smoke-tests

.github/workflows/owasp-dependency-check-daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload report
3838
if: always()
39-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
39+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
4040
with:
4141
path: javaagent/build/reports
4242

.github/workflows/reusable-test-latest-deps.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989

9090
- name: Upload deadlock detector artifacts if any
9191
if: failure()
92-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
92+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
9393
with:
9494
name: deadlock-detector-test-latest-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
9595
path: /tmp/deadlock-detector-*
9696
if-no-files-found: ignore
9797

9898
- name: Upload jvm crash dump files if any
9999
if: failure()
100-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
100+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
101101
with:
102102
name: javacore-test-latest-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
103103
path: |

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
59+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
6060
with:
6161
name: SARIF file
6262
path: results.sarif

0 commit comments

Comments
 (0)