Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump actions/download-artifact from 2 to 3 (#2082)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2022-04-12
parent 7cb6e07 · commit f9ddc8a
-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 eb36c786..e11d159f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3
- name: Download grammars
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
- name: Move grammars under runtime
if: "!startsWith(matrix.os, 'windows')"
@@ -172,7 +172,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
- name: Calculate tag name
run: |