Skip to content

Commit 43b89a7

Browse files
chore(deps): Update actions/upload-artifact action to v4.6.0 (#762)
1 parent 2fb51a1 commit 43b89a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ jobs:
359359
>> "${GITHUB_OUTPUT}"
360360
working-directory: dist
361361
- name: Store the distribution packages
362-
uses: actions/upload-artifact@v4
362+
# yamllint disable-line rule:line-length
363+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
363364
with:
364365
name: >-
365366
${{ needs.pre-setup.outputs.dists-artifact-name }}

0 commit comments

Comments
 (0)