Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump actions/download-artifact from 5 to 6 (#14672)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 months ago
parent e17c4de · commit ea26b3c
-rw-r--r--.github/workflows/release.yml4
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