From 5fc1608a1506a0f3991e833a938c0b257f77f473 Mon Sep 17 00:00:00 2001 From: Martin Olivier Date: Sat, 1 Feb 2025 16:40:31 +0100 Subject: [PATCH] CI: bump softprops/action-gh-release from v1 to v2 Signed-off-by: Martin Olivier --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b5c272..261ab1d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -115,7 +115,7 @@ jobs: - name: Upload packages if: github.event_name == 'release' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | ./embin-debian-${{ matrix.arch_name }}.deb @@ -161,7 +161,7 @@ jobs: - name: Upload binary if: github.event_name == 'release' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: embin-macos-${{ matrix.arch_name }} env: @@ -204,7 +204,7 @@ jobs: - name: Upload binary if: github.event_name == 'release' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: embin-windows-${{ matrix.arch_name }}.exe env: