Skip to content

Commit f924eff

Browse files
build(deps): 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 219ef6e commit f924eff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-installers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,25 +255,25 @@ jobs:
255255
- build_web
256256
steps:
257257
- name: Download Windows artifacts
258-
uses: actions/download-artifact@v6
258+
uses: actions/download-artifact@v7
259259
with:
260260
name: ${{ env.APP_NAME }}-windows-installer
261261
path: ${{ env.APP_NAME }}-windows-installer
262262

263263
- name: Download MacOS artifacts
264-
uses: actions/download-artifact@v6
264+
uses: actions/download-artifact@v7
265265
with:
266266
name: ${{ env.APP_NAME }}-mac-installer
267267
path: ${{ env.APP_NAME }}-mac-installer
268268

269269
- name: Download Linux artifacts
270-
uses: actions/download-artifact@v6
270+
uses: actions/download-artifact@v7
271271
with:
272272
name: ${{ env.APP_NAME }}-linux-installer
273273
path: ${{ env.APP_NAME }}-linux-installer
274274

275275
- name: Download Web artifact
276-
uses: actions/download-artifact@v6
276+
uses: actions/download-artifact@v7
277277
with:
278278
name: ${{ env.APP_NAME }}-web-build
279279
path: ${{ env.APP_NAME }}-web-build

0 commit comments

Comments
 (0)