We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f029aa + 22a219d commit 128e50bCopy full SHA for 128e50b
1 file changed
.github/workflows/ci-release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Download artifact
45
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
46
with:
47
name: BoneFish-Release
48
path: release
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
@@ -103,7 +103,7 @@ jobs:
103
echo "version=$VERSION" >> $GITHUB_OUTPUT
104
105
106
107
108
109
0 commit comments