Skip to content

Commit 6489c42

Browse files
build(deps): bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 18590de commit 6489c42

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
@@ -256,25 +256,25 @@ jobs:
256256
- build_web
257257
steps:
258258
- name: Download Windows artifacts
259-
uses: actions/download-artifact@v4
259+
uses: actions/download-artifact@v7
260260
with:
261261
name: ${{ env.APP_NAME }}-windows-installer
262262
path: ${{ env.APP_NAME }}-windows-installer
263263

264264
- name: Download MacOS artifacts
265-
uses: actions/download-artifact@v4
265+
uses: actions/download-artifact@v7
266266
with:
267267
name: ${{ env.APP_NAME }}-mac-installer
268268
path: ${{ env.APP_NAME }}-mac-installer
269269

270270
- name: Download Linux artifacts
271-
uses: actions/download-artifact@v4
271+
uses: actions/download-artifact@v7
272272
with:
273273
name: ${{ env.APP_NAME }}-linux-installer
274274
path: ${{ env.APP_NAME }}-linux-installer
275275

276276
- name: Download Web artifact
277-
uses: actions/download-artifact@v4
277+
uses: actions/download-artifact@v7
278278
with:
279279
name: ${{ env.APP_NAME }}-web-build
280280
path: ${{ env.APP_NAME }}-web-build

0 commit comments

Comments
 (0)