Skip to content

Commit 393972a

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (DamienHarper#242)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98bd5c6 commit 393972a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-2.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
fetch-depth: 2
264264

265265
- name: "Download coverage files"
266-
uses: "actions/download-artifact@v4.1.9"
266+
uses: "actions/download-artifact@v4.2.1"
267267
with:
268268
path: "reports"
269269

.github/workflows/ci-3.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
fetch-depth: 2
174174

175175
- name: "Download coverage files"
176-
uses: "actions/download-artifact@v4.1.9"
176+
uses: "actions/download-artifact@v4.2.1"
177177
with:
178178
path: "reports"
179179

0 commit comments

Comments
 (0)