Skip to content

Commit 55229ff

Browse files
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 2c76461 commit 55229ff

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
@@ -95,7 +95,7 @@ jobs:
9595
CONFIGURE_ARGS: --with-native-debug-symbols=none
9696

9797
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
98-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
98+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
9999
name: Collect and Archive Artifacts
100100
with:
101101
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -118,7 +118,7 @@ jobs:
118118
vendor_testBranches: "${{ github.head_ref }}"
119119
vendor_testDirs: "/test/functional"
120120
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
121-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
121+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
122122
name: Collect and Archive SmokeTest Results
123123
if: failure()
124124
with:
@@ -186,7 +186,7 @@ jobs:
186186
TARGET_OS: mac
187187
FILENAME: OpenJDK.tar.gz
188188

189-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
189+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
190190
name: Collect and Archive Artifacts
191191
with:
192192
name: ${{matrix.version.name}}-${{matrix.os}}-${{matrix.variant}}
@@ -209,7 +209,7 @@ jobs:
209209
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
210210
vendor_testBranches: "${{ github.head_ref }}"
211211
vendor_testDirs: "/test/functional"
212-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
212+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
213213
name: Collect and Archive SmokeTest Results
214214
if: failure()
215215
with:
@@ -407,7 +407,7 @@ jobs:
407407
FILENAME: OpenJDK.zip
408408
BUILD_ARGS: --create-sbom
409409

410-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
410+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
411411
name: Collect and Archive Artifacts
412412
with:
413413
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -440,7 +440,7 @@ jobs:
440440
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
441441
vendor_testBranches: "${{ github.head_ref }}"
442442
vendor_testDirs: "/test/functional"
443-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
443+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
444444
name: Collect and Archive SmokeTest Results
445445
if: failure()
446446
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)