Skip to content

Commit 193e112

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 485b5b3 commit 193e112

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)