From 4c0bffd108eff8453b669b593de04e787013bc35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:35:53 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-installers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-installers.yml b/.github/workflows/publish-installers.yml index b4a66960..36055117 100644 --- a/.github/workflows/publish-installers.yml +++ b/.github/workflows/publish-installers.yml @@ -108,7 +108,7 @@ jobs: steps: - name: Download Installers if: needs.build-installer.result == 'success' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Upload to VirusTotal uses: crazy-max/ghaction-virustotal@v4 @@ -134,7 +134,7 @@ jobs: - name: Download Installers if: needs.build-installer.result == 'success' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Get Changelog id: get_changelog