Skip to content

Commit 8f7e55b

Browse files
Bump actions/download-artifact from 4 to 6 (#79)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c3f17d commit 8f7e55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-master-pico.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: echo "preRelease=true" >> $GITHUB_ENV
135135

136136
- name: Download artifacts
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v6
138138
with:
139139
path: artifacts
140140
pattern: release-artifact-*

.github/workflows/push-master.yml

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

80-
- uses: actions/download-artifact@v4
80+
- uses: actions/download-artifact@v6
8181
with:
8282
name: firmware-release
8383

0 commit comments

Comments
 (0)