Skip to content

Commit ac8d0ab

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#103)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5215b8 commit ac8d0ab

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
@@ -81,7 +81,7 @@ jobs:
8181
if: contains(env.VERSION, 'alpha') || contains(env.VERSION, 'beta')
8282
run: echo "preRelease=true" >> $GITHUB_ENV
8383

84-
- uses: actions/download-artifact@v5.0.0
84+
- uses: actions/download-artifact@v6.0.0
8585
with:
8686
pattern: firmware-release-*
8787
merge-multiple: true

0 commit comments

Comments
 (0)