Skip to content

Commit

Permalink
FIX: issue with action version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed May 3, 2024
1 parent 485a7c4 commit 3b2f1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash -l {0}
run: pip list
- name: Download "build" folder (cache)
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v3
with:
workflow: cache.yml
branch: main
Expand Down

2 comments on commit 3b2f1cb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.