Skip to content

Commit 744cbd8

Browse files
chore(deps): Bump actions/download-artifact from 4.1.4 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.4...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] <[email protected]>
1 parent 84f5dd1 commit 744cbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@v4
112112

113113
- name: Download Artifacts
114-
uses: actions/download-artifact@v4.1.4
114+
uses: actions/download-artifact@v4.3.0
115115
with:
116116
name: Build
117117
path: build

0 commit comments

Comments
 (0)