Skip to content

Commit 128e50b

Browse files
authored
Merge pull request #9 from faizinuha/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents 9f029aa + 22a219d commit 128e50b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download artifact
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: BoneFish-Release
4848
path: release
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download artifact
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v8
7171
with:
7272
name: BoneFish-Release
7373
path: release
@@ -103,7 +103,7 @@ jobs:
103103
echo "version=$VERSION" >> $GITHUB_OUTPUT
104104
105105
- name: Download artifact
106-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v8
107107
with:
108108
name: BoneFish-Release
109109
path: release

0 commit comments

Comments
 (0)