Skip to content

Commit a086a4c

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edd5c35 commit a086a4c

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@v6
137+
uses: actions/download-artifact@v7
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@v6
80+
- uses: actions/download-artifact@v7
8181
with:
8282
name: firmware-release
8383

0 commit comments

Comments
 (0)