Skip to content

Commit adc0dd0

Browse files
[cherry-pick] chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the actions group (#7025)
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the actions group (#7019) chore(deps): bump actions/upload-artifact in the actions group Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef0ed57 commit adc0dd0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/image-promotion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
summary: true
462462

463463
- name: Upload Scan Results to Github Artifacts
464-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
464+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
465465
with:
466466
name: "${{ github.ref_name }}-${{ steps.directory.outputs.directory }}"
467467
path: "${{ steps.directory.outputs.directory }}/"
@@ -550,7 +550,7 @@ jobs:
550550
summary: true
551551

552552
- name: Upload Scan Results to Github Artifacts
553-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
553+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
554554
with:
555555
name: "${{ github.ref_name }}-${{ steps.directory.outputs.directory }}"
556556
path: "${{ steps.directory.outputs.directory }}/"
@@ -646,7 +646,7 @@ jobs:
646646
summary: true
647647

648648
- name: Upload Scan Results to Github Artifacts
649-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
649+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
650650
with:
651651
name: "${{ github.ref_name }}-${{ steps.directory.outputs.directory }}"
652652
path: "${{ steps.directory.outputs.directory }}/"

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
plus-jwt: ${{ secrets.PLUS_JWT }}
285285

286286
- name: Upload Test Results
287-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
287+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
288288
with:
289289
name: ${{ steps.regression-tests.outputs.test-results-name }}
290290
path: ${{ steps.regression-tests.outputs.test-results-path }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5050
# format to the repository Actions tab.
5151
- name: "Upload artifact"
52-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5353
with:
5454
name: SARIF file
5555
path: results.sarif

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: ${{ steps.stable_exists.outputs.exists != 'true' }}
170170

171171
- name: Upload Test Results
172-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
172+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
173173
with:
174174
name: ${{ steps.smoke-tests.outputs.test-results-name }}
175175
path: ${{ steps.smoke-tests.outputs.test-results-path }}

0 commit comments

Comments
 (0)