Skip to content

Commit 8e42058

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#63)
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 c1ab6a2 commit 8e42058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
if: contains(env.VERSION, 'alpha') || contains(env.VERSION, 'beta')
152152
run: echo "preRelease=true" >> $GITHUB_ENV
153153

154-
- uses: actions/download-artifact@v4.2.1
154+
- uses: actions/download-artifact@v4.3.0
155155
with:
156156
pattern: firmware-release-*
157157
merge-multiple: true

0 commit comments

Comments
 (0)