Skip to content

Commit 0b3804f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_branches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ jobs:
650650
key: pip-${{env.CACHE_VER}}.0-${{runner.os}}-3.8
651651

652652
- name: Download build artifacts
653-
uses: actions/download-artifact@v2
653+
uses: actions/download-artifact@v4.1.7
654654
with:
655655
path: artifacts
656656

.github/workflows/test_pr_and_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
key: pip-${{env.CACHE_VER}}.0-${{runner.os}}-3.8
672672

673673
- name: Download build artifacts
674-
uses: actions/download-artifact@v2
674+
uses: actions/download-artifact@v4.1.7
675675
with:
676676
path: artifacts
677677

0 commit comments

Comments
 (0)