Skip to content

Commit

Permalink
Fix download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 16, 2024
1 parent fc716d6 commit ccced42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit ccced42

Please sign in to comment.