diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 387c6d3..af49fff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -229,7 +229,7 @@ jobs: archive: false - name: Release DEB package artifact (RelWithDebInfo only) - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' with: files: ${{ env.DEB_PACKAGE_PATH }} @@ -243,7 +243,7 @@ jobs: path: ${{ env.RPM_PACKAGE_PATH }} archive: false - name: Release RPM package artifact (RelWithDebInfo only) - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' with: files: ${{ env.RPM_PACKAGE_PATH }} @@ -258,7 +258,7 @@ jobs: archive: false - name: Release TGZ package artifact (RelWithDebInfo only) - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 if: matrix.build_type == 'RelWithDebInfo' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' with: files: ${{ env.TGZ_PACKAGE_PATH }}