Skip to content

Commit ea54ad4

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#1169)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 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 f78f6f5 commit ea54ad4

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
@@ -405,7 +405,7 @@ jobs:
405405

406406
# Download artifacts from previous build process
407407
- name: Download artifacts
408-
uses: actions/download-artifact@v4.2.1
408+
uses: actions/download-artifact@v4.3.0
409409
with:
410410
path: artifacts
411411
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.2.1
151+
uses: actions/download-artifact@v4.3.0
152152
with:
153153
path: repo
154154
pattern: release-artifact-*

0 commit comments

Comments
 (0)