Skip to content

Commit 71c5498

Browse files
chore(deps): Update actions/upload-artifact action to v4.6.2 (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c55d32 commit 71c5498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
>> "${GITHUB_OUTPUT}"
373373
working-directory: dist
374374
- name: Store the distribution packages
375-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
375+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
376376
with:
377377
name: >-
378378
${{ needs.pre-setup.outputs.dists-artifact-name }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Upload the results as artifacts (optional). Commenting out will disable
6767
# uploads of run results in SARIF format to the repository Actions tab.
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7070
with:
7171
name: SARIF file
7272
path: results.sarif

0 commit comments

Comments
 (0)