Skip to content

Commit f1f9071

Browse files
dependabot[bot]karianna
authored andcommitted
Bump actions/upload-artifact from 3.1.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1271f10 commit f1f9071

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
CONFIGURE_ARGS: --with-native-debug-symbols=none
9898

9999
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
100-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
100+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
101101
name: Collect and Archive Artifacts
102102
with:
103103
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -120,7 +120,7 @@ jobs:
120120
vendor_testBranches: "${{ github.head_ref }}"
121121
vendor_testDirs: "/test/functional"
122122
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
123-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
123+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
124124
name: Collect and Archive SmokeTest Results
125125
if: failure()
126126
with:
@@ -188,7 +188,7 @@ jobs:
188188
TARGET_OS: mac
189189
FILENAME: OpenJDK.tar.gz
190190

191-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
191+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
192192
name: Collect and Archive Artifacts
193193
with:
194194
name: ${{matrix.version.name}}-${{matrix.os}}-${{matrix.variant}}
@@ -211,7 +211,7 @@ jobs:
211211
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
212212
vendor_testBranches: "${{ github.head_ref }}"
213213
vendor_testDirs: "/test/functional"
214-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
214+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
215215
name: Collect and Archive SmokeTest Results
216216
if: failure()
217217
with:
@@ -409,7 +409,7 @@ jobs:
409409
FILENAME: OpenJDK.zip
410410
BUILD_ARGS: --create-sbom
411411

412-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
412+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
413413
name: Collect and Archive Artifacts
414414
with:
415415
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -442,7 +442,7 @@ jobs:
442442
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
443443
vendor_testBranches: "${{ github.head_ref }}"
444444
vendor_testDirs: "/test/functional"
445-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
445+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
446446
name: Collect and Archive SmokeTest Results
447447
if: failure()
448448
with:

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
results_file: results.sarif
4242
results_format: sarif
4343
publish_results: true
44-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
44+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4545
with:
4646
name: SARIF file
4747
path: results.sarif

.github/workflows/signsbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
ant -noinput -buildfile cyclonedx-lib/build.xml runSignAndVerifySBOM
5555
56-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
56+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5757
name: Collect and Archive TemurinSignSBOM Artifacts
5858
with:
5959
name: testSBOM

.github/workflows/testsbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run TemurinGenSBOM Unit test
5353
run: ant -noinput -buildfile cyclonedx-lib/build.xml run
5454

55-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
55+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5656
name: Collect and Archive TemurinGenSBOM Artifacts
5757
with:
5858
name: testSBOM

0 commit comments

Comments
 (0)