Skip to content

Commit 936ebae

Browse files
dependabot[bot]oalders
authored andcommitted
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d58686 commit 936ebae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
image: perldocker/perl-tester:5.36
4141
steps:
4242
- uses: actions/checkout@v2 # codecov wants to be inside a Git repository
43-
- uses: actions/download-artifact@v3
43+
- uses: actions/download-artifact@v4.1.7
4444
with:
4545
name: build_dir
4646
path: .
@@ -74,7 +74,7 @@ jobs:
7474
- "5.36"
7575
steps:
7676
- uses: actions/checkout@v2
77-
- uses: actions/download-artifact@v3
77+
- uses: actions/download-artifact@v4.1.7
7878
with:
7979
name: build_dir
8080
path: .
@@ -107,7 +107,7 @@ jobs:
107107
uses: shogo82148/actions-setup-perl@v1
108108
with:
109109
perl-version: ${{ matrix.perl-version }}
110-
- uses: actions/download-artifact@v3
110+
- uses: actions/download-artifact@v4.1.7
111111
with:
112112
name: build_dir
113113
path: .
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
perl-version: ${{ matrix.perl-version }}
143143
distribution: strawberry # this option only used on Windows
144-
- uses: actions/download-artifact@v3
144+
- uses: actions/download-artifact@v4.1.7
145145
with:
146146
name: build_dir
147147
path: .

0 commit comments

Comments
 (0)