Skip to content

Commit fb16416

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#85)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Ploch <[email protected]>
1 parent 4dbdc3c commit fb16416

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
-
4545
name: Download sources
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v4.1.7
4747
with:
4848
name: source
4949
-
@@ -108,15 +108,15 @@ jobs:
108108
steps:
109109
-
110110
name: Download sources
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v4.1.7
112112
with:
113113
name: source
114114
-
115115
name: Set up Docker Buildx
116116
uses: docker/setup-buildx-action@v1
117117
-
118118
name: Download docker image
119-
uses: actions/download-artifact@v2
119+
uses: actions/download-artifact@v4.1.7
120120
with:
121121
name: php-avro-serde-${{ matrix.php.version }}
122122
-
@@ -180,15 +180,15 @@ jobs:
180180
steps:
181181
-
182182
name: Download sources
183-
uses: actions/download-artifact@v2
183+
uses: actions/download-artifact@v4.1.7
184184
with:
185185
name: source
186186
-
187187
name: Set up Docker Buildx
188188
uses: docker/setup-buildx-action@v1
189189
-
190190
name: Download docker image
191-
uses: actions/download-artifact@v2
191+
uses: actions/download-artifact@v4.1.7
192192
with:
193193
name: php-avro-serde-7.4
194194
-

0 commit comments

Comments
 (0)