Skip to content

Commit 3b2f1cb

Browse files
committed
FIX: issue with action version for publish
1 parent 485a7c4 commit 3b2f1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040
run: pip list
4141
- name: Download "build" folder (cache)
42-
uses: dawidd6/action-download-artifact@v4
42+
uses: dawidd6/action-download-artifact@v3
4343
with:
4444
workflow: cache.yml
4545
branch: main

0 commit comments

Comments
 (0)