Skip to content

Commit 8a67b9f

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 54fa231 commit 8a67b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: ${{ inputs.dry_run == false }}
128128
steps:
129129
- name: Download Package
130-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v5
131131
with:
132132
name: package
133133
- name: Get the release version

0 commit comments

Comments
 (0)