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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v6

- name: Download grammars
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

- name: Move grammars under runtime
if: "!startsWith(matrix.os, 'windows')"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v6

- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8

- name: Build archive
shell: bash
Expand Down