Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ jobs:
| xargs -I '{}' gh api -X DELETE repos/${{ github.repository }}/releases/{}

- name: Download Build Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: zip-artifacts
path: artifacts/
- name: Display the Zip files that are going to be attached
run: ls -R artifacts/

- name: Download Release Notes
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: release-notes
path: notes/
Expand Down
Loading