Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b5d7e38..7331a2dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v5 - name: Download grammars - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Move grammars under runtime if: "!startsWith(matrix.os, 'windows')" @@ -237,7 +237,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 - name: Build archive shell: bash |