Skip to content

Commit 283c252

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ jobs:
220220
221221
- name: Download installers
222222
if: steps.skip.outputs.result != 'true'
223-
uses: actions/download-artifact@v5
223+
uses: actions/download-artifact@v7
224224
with:
225225
name: Installers_${{ matrix.configuration }}
226226
path: install
227227

228228
- name: Download functional tests drop
229229
if: steps.skip.outputs.result != 'true'
230-
uses: actions/download-artifact@v5
230+
uses: actions/download-artifact@v7
231231
with:
232232
name: FunctionalTests_${{ matrix.configuration }}
233233
path: ft

0 commit comments

Comments
 (0)