Skip to content

Commit b332270

Browse files
committed
fix
1 parent 7eefc89 commit b332270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
echo "VERSION=$VERSION" >> $GITHUB_ENV
111111
112112
- name: Download Linux AMD64 binary
113-
uses: actions/download-artifact@v3
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: ctx-${{ env.VERSION }}-linux-amd64
116116
path: ./tmp/amd64
117117

118118
- name: Download Linux ARM64 binary
119-
uses: actions/download-artifact@v3
119+
uses: actions/download-artifact@v4
120120
with:
121121
name: ctx-${{ env.VERSION }}-linux-arm64
122122
path: ./tmp/arm64

0 commit comments

Comments
 (0)