From db237e9e144a4da1852283d8b9d23ffd8c3da4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:37:40 +0000 Subject: [PATCH] bump actions/upload-artifact from 4 to 7 in /sign-pkg-windows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sign-pkg-windows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sign-pkg-windows/action.yaml b/sign-pkg-windows/action.yaml index f805fd9..358ead0 100644 --- a/sign-pkg-windows/action.yaml +++ b/sign-pkg-windows/action.yaml @@ -88,7 +88,7 @@ runs: "${{ env.installer }}" - name: Post the installer - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: "Windows-installer" path: ${{ env.installer }}