Skip to content

Commit 5defe1b

Browse files
authored
use actions/download-artifact@v4 (#233)
1 parent 42ca954 commit 5defe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
uses: actions/checkout@v2
175175

176176
- name: Download build artifacts
177-
uses: actions/download-artifact@v3
177+
uses: actions/download-artifact@v4
178178
with:
179179
name: distributions
180180
path: distributions

0 commit comments

Comments
 (0)