Skip to content

Commit

Permalink
Use same version of download-artifact as upload artifact
Browse files Browse the repository at this point in the history
This was preventing release files from downloading and attaching to the release.
  • Loading branch information
sudara committed Dec 4, 2024
1 parent abec715 commit 38dfe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- uses: actions/checkout@v3

- name: Get Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./

Expand Down

0 comments on commit 38dfe2e

Please sign in to comment.