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
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
release_name: Version ${{ github.ref }}

- name: Download release artifacts from ubuntu-24.04
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: release-ubuntu-24.04
path: release/ubuntu-24.04
Expand All @@ -68,7 +68,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download release artifacts from macos-14
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: release-macos-14
path: release/macos-14
Expand All @@ -87,7 +87,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download release artifacts from windows-2025
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: release-windows-2025
path: release/windows-2025
Expand Down