Skip to content

Commit d33c118

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69d2a7a commit d33c118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,13 @@ jobs:
304304

305305
steps:
306306
- name: Download artifact
307-
uses: actions/download-artifact@v1
307+
uses: actions/download-artifact@v4.1.7
308308
with:
309309
name: ${{ matrix.config.artifact }}
310310
path: ./
311311

312312
- name: Download URL
313-
uses: actions/download-artifact@v1
313+
uses: actions/download-artifact@v4.1.7
314314
with:
315315
name: upload_url
316316
path: ./

0 commit comments

Comments
 (0)