Skip to content

Commit e0d28f8

Browse files
Bump actions/download-artifact in /.github/actions/build-node-python
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] <[email protected]>
1 parent aa255ca commit e0d28f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ runs:
140140
env:
141141
GITHUB_TOKEN: ${{ inputs.github_ro_token }}
142142
shell: bash
143-
- uses: actions/download-artifact@v4
143+
- uses: actions/download-artifact@v5
144144
# TODO: Remove the variable whenever we can ensure that build-node was called before
145145
if: inputs.enable_node == 'true' && inputs.download_yarn_lock == 'true'
146146
with:

0 commit comments

Comments
 (0)