Skip to content

Commit fd8695f

Browse files
dependabot[bot]pulkomandy
authored andcommitted
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 8d58f6d commit fd8695f

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
@@ -204,7 +204,7 @@ jobs:
204204

205205
steps:
206206
- name: Download artifact
207-
uses: actions/download-artifact@v1
207+
uses: actions/download-artifact@v4.1.7
208208
with:
209209
name: ${{ matrix.config.artifact }}
210210
path: ${{ matrix.config.artifact }}
@@ -213,7 +213,7 @@ jobs:
213213
zip -r ${{ matrix.config.artifact }}.zip ${{ matrix.config.artifact }}
214214
215215
- name: Download URL
216-
uses: actions/download-artifact@v1
216+
uses: actions/download-artifact@v4.1.7
217217
with:
218218
name: upload_url
219219
path: .

0 commit comments

Comments
 (0)