aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2022-04-11 23:34:29 +0000
committerGitHub2022-04-11 23:34:29 +0000
commitf9ddc8a9acdc14c36bbb68ed3198feeed179ff78 (patch)
tree21c000bf44ab27519ce69cb3d31a6af64c2fe9db
parent7cb6e07ba01e67685f9dd7e4de994c865dc64299 (diff)
build(deps): bump actions/download-artifact from 2 to 3 (#2082)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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: |