Skip to content

Commit db237e9

Browse files
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](actions/upload-artifact@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] <support@github.com>
1 parent 924b65e commit db237e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sign-pkg-windows/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
"${{ env.installer }}"
8989
9090
- name: Post the installer
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: "Windows-installer"
9494
path: ${{ env.installer }}

0 commit comments

Comments
 (0)