Skip to content

Commit

Permalink
fix: updated release flow to include version marker for download flow
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Feb 29, 2024
1 parent 7ed5b0f commit b920243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
with:
submodules: recursive
- name: "Download Github Artifacts"
uses: actions/download-artifact@4
uses: actions/download-artifact@v4
with:
name: artifacts-*
path: artifacts
Expand Down

0 comments on commit b920243

Please sign in to comment.