Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 68f1bb6

Browse files
chore(ci)(deps): bump actions/download-artifact from 4 to 6 (#18)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 981c17a commit 68f1bb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
fetch-depth: 0
124124

125125
- name: Download all artifacts
126-
uses: actions/download-artifact@v4
126+
uses: actions/download-artifact@v6
127127
with:
128128
path: artifacts
129129

@@ -188,7 +188,7 @@ jobs:
188188

189189
steps:
190190
- name: Download all artifacts
191-
uses: actions/download-artifact@v4
191+
uses: actions/download-artifact@v6
192192
with:
193193
path: artifacts
194194

0 commit comments

Comments
 (0)