Skip to content

Commit acbd6a9

Browse files
committed
actions: Fix deploy script
1 parent 155aad7 commit acbd6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
echo "tag=$VERSION" >> $GITHUB_OUTPUT
125125
126126
- name: Download artifacts
127-
uses: actions/download-artifact@v2
127+
uses: actions/download-artifact@v3
128128
with:
129129
path: ./binaries
130130

0 commit comments

Comments
 (0)