Skip to content

Commit 2590a91

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 8505d6a commit 2590a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ jobs:
299299

300300
steps:
301301
- name: Download artifact
302-
uses: actions/download-artifact@v1
302+
uses: actions/download-artifact@v4.1.7
303303
with:
304304
name: ${{ matrix.config.artifact }}
305305
path: ./
306306

307307
- name: Download URL
308-
uses: actions/download-artifact@v1
308+
uses: actions/download-artifact@v4.1.7
309309
with:
310310
name: upload_url
311311
path: ./

0 commit comments

Comments
 (0)