Skip to content

Commit eb7f7bc

Browse files
authored
Merge pull request #266 from bluetech/up-download-artifact
ci: update download-artifact action to fix deploy job
2 parents 42aeb82 + 89c99c9 commit eb7f7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Download Package
36-
uses: actions/download-artifact@v3
36+
uses: actions/download-artifact@v4
3737
with:
3838
name: Packages
3939
path: dist

0 commit comments

Comments
 (0)