Skip to content

Commit 8fe5979

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (DamienHarper#493)
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 02c7700 commit 8fe5979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
fetch-depth: 2
202202

203203
- name: "Download coverage files"
204-
uses: "actions/download-artifact@v4.1.9"
204+
uses: "actions/download-artifact@v4.2.1"
205205
with:
206206
path: "reports"
207207

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 2
126126

127127
- name: "Download coverage files"
128-
uses: "actions/download-artifact@v4.1.9"
128+
uses: "actions/download-artifact@v4.2.1"
129129
with:
130130
path: "reports"
131131

0 commit comments

Comments
 (0)