Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 0a5c8b1

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 afab010 commit 0a5c8b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/global-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- name: Download artifact
129129
if: "${{ inputs.artifact != '' }}"
130-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v5
131131
with:
132132
name: ${{ inputs.artifact }}
133133
path: /tmp
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Download artifact
221221
if: "${{ inputs.artifact != '' }}"
222-
uses: actions/download-artifact@v4
222+
uses: actions/download-artifact@v5
223223
with:
224224
name: ${{ inputs.artifact }}
225225
path: /tmp
@@ -358,7 +358,7 @@ jobs:
358358

359359
- name: Download artifact
360360
if: "${{ inputs.artifact != '' }}"
361-
uses: actions/download-artifact@v4
361+
uses: actions/download-artifact@v5
362362
with:
363363
name: ${{ inputs.artifact }}
364364
path: /tmp

0 commit comments

Comments
 (0)