From 915c5da943c5e9c4c46c017c703f23eb1e10ddf2 Mon Sep 17 00:00:00 2001 From: juadde <29175532+juadde@users.noreply.github.com> Date: Wed, 22 May 2024 18:41:39 +0200 Subject: [PATCH] Bump action-gh-release to v2 --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b4c8659..9539495 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -235,7 +235,7 @@ jobs: - name: Rename archive run: mv Wireshark_plugin.zip Wireshark_plugin-windows-${{ github.ref_name }}.zip - name: Release Windows plugin - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: Wireshark_plugin-windows-${{ github.ref_name }}.zip fail_on_unmatched_files: true @@ -385,7 +385,7 @@ jobs: - name: Rename archive run: mv Wireshark_plugin.zip Wireshark_plugin-ubuntu-${{ github.ref_name }}.zip - name: Release Ubuntu plugin - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: Wireshark_plugin-ubuntu-${{ github.ref_name }}.zip fail_on_unmatched_files: true @@ -529,7 +529,7 @@ jobs: - name: Rename archive run: mv Wireshark_plugin.zip Wireshark_plugin-standard-${{ github.ref_name }}.zip - name: Release Standard plugin - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: Wireshark_plugin-standard-${{ github.ref_name }}.zip fail_on_unmatched_files: true @@ -875,7 +875,7 @@ jobs: - name: Rename archive run: mv Wireshark_plugin.zip Wireshark_plugin-centos-${{ github.ref_name }}.zip - name: Release CentOS plugin - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: Wireshark_plugin-centos-${{ github.ref_name }}.zip fail_on_unmatched_files: true @@ -983,7 +983,7 @@ jobs: - name: Rename archive run: mv Wireshark_plugin.zip Wireshark_plugin-macos-${{ github.ref_name }}.zip - name: Release MacOS plugin - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: Wireshark_plugin-macos-${{ github.ref_name }}.zip fail_on_unmatched_files: true