Skip to content

Commit 6a626fa

Browse files
authored
Merge pull request #86 from M-Igashi/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 4 to 8
2 parents e36da7a + b8bc9c3 commit 6a626fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
119119

120120
- name: Download all artifacts
121-
uses: actions/download-artifact@v4
121+
uses: actions/download-artifact@v8
122122
with:
123123
path: artifacts
124124

0 commit comments

Comments
 (0)