Skip to content

Commit b6942aa

Browse files
committed
fix
1 parent ffa6399 commit b6942aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo "VERSION=$VERSION" >> $GITHUB_ENV
119119
120120
- name: Download Linux ${{ matrix.platform.arch }} binary
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
name: ctx-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
124124
path: ./tmp

0 commit comments

Comments
 (0)