From 07111e40f364025693a69344ce23a3380b5f30b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:06:55 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20softprops/act?= =?UTF-8?q?ion-gh-release=20from=202.0.2=20to=202.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.2 to 2.0.5. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/d99959edae48b5ffffd7b00da66dcdb0a33a52ee...69320dbe05506a9a39fc8ae11030b214ec2d1f87) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/executable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/executable.yml b/.github/workflows/executable.yml index b92dda4d9..9da77884f 100644 --- a/.github/workflows/executable.yml +++ b/.github/workflows/executable.yml @@ -25,7 +25,7 @@ jobs: name: win-exe path: percy.exe - name: Upload assets - uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: files: | percy-osx.zip @@ -52,7 +52,7 @@ jobs: - run: | powershell -Command "Compress-Archive -Path 'percy.exe' -DestinationPath 'percy-win.zip'" - name: Upload assets - uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: files: | percy-win.zip