Skip to content

Commit f11a782

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#1144)
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 d63c0d5 commit f11a782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395

396396
# Download artifacts from previous build process
397397
- name: Download artifacts
398-
uses: actions/download-artifact@v4.1.9
398+
uses: actions/download-artifact@v4.2.1
399399
with:
400400
path: artifacts
401401
pattern: release-artifact-*

.github/workflows/upload-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
submodules: false
150150
- name: Download artifacts
151-
uses: actions/download-artifact@v4.1.9
151+
uses: actions/download-artifact@v4.2.1
152152
with:
153153
path: repo
154154
pattern: release-artifact-*

0 commit comments

Comments
 (0)