From 5ee4c0cfdd2ffc48e2e0c6d3d7c034bd8acc3bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:14:25 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/InnoSetup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/InnoSetup.yml b/.github/workflows/InnoSetup.yml index 7f9bc4e..7bfdd34 100644 --- a/.github/workflows/InnoSetup.yml +++ b/.github/workflows/InnoSetup.yml @@ -24,7 +24,7 @@ jobs: run: cd ISCompiler && .\ISCompil.exe - name: Uploading Build Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Inno Setup x64 compiled script path: x64 @@ -40,7 +40,7 @@ jobs: run: 'cmd /c "C:\Program Files (x86)\Inno Setup 6\iscc.exe" OpenSSH-Win32.iss' - name: Uploading Build Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Inno Setup x86 compiled script path: x86