Skip to content

Commit 329a8b0

Browse files
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d0466d commit 329a8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v4
108108

109109
- name: Download grammars
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v5
111111

112112
- name: Move grammars under runtime
113113
if: "!startsWith(matrix.os, 'windows')"
@@ -237,7 +237,7 @@ jobs:
237237
- name: Checkout sources
238238
uses: actions/checkout@v4
239239

240-
- uses: actions/download-artifact@v4
240+
- uses: actions/download-artifact@v5
241241

242242
- name: Build archive
243243
shell: bash

0 commit comments

Comments
 (0)