Skip to content

Commit 2308bcf

Browse files
authored
Merge pull request #2 from hedzr/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
2 parents 8505d6a + 2590a91 commit 2308bcf

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)