diff options
author | dependabot[bot] | 2022-04-11 23:34:29 +0000 |
---|---|---|
committer | GitHub | 2022-04-11 23:34:29 +0000 |
commit | f9ddc8a9acdc14c36bbb68ed3198feeed179ff78 (patch) | |
tree | 21c000bf44ab27519ce69cb3d31a6af64c2fe9db /.github | |
parent | 7cb6e07ba01e67685f9dd7e4de994c865dc64299 (diff) |
build(deps): bump actions/download-artifact from 2 to 3 (#2082)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 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: | |