From 48a87110cdb7bd56c2b7faf2b87ba0cf84ad9ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 05:19:17 +0000 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d5716d55..cfbcdad3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -105,7 +105,7 @@ jobs: - name: List output run: ls -R dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Python-Installer path: dist/*Setup*.exe @@ -143,7 +143,7 @@ jobs: -n $jobname ` -i installer/$filename - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Python-Installer-Signed path: signtool/installer/*Setup*.exe