Skip to content

Commit d436026

Browse files
dependabot[bot]danakj
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] <support@github.com>
1 parent f9c481a commit d436026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,13 @@ jobs:
351351

352352
steps:
353353
- name: Download artifact
354-
uses: actions/download-artifact@v1
354+
uses: actions/download-artifact@v4.1.7
355355
with:
356356
name: ${{ matrix.config.artifact }}
357357
path: ./
358358

359359
- name: Download URL
360-
uses: actions/download-artifact@v1
360+
uses: actions/download-artifact@v4.1.7
361361
with:
362362
name: upload_url
363363
path: ./

0 commit comments

Comments
 (0)